chiark / gitweb /
Merge remote branch 'origin/master'
[modbot-mtm.git] / webstump / src / Makefile
1
2 all: ../bin/wrapper
3
4 ../bin/wrapper: wrapper.c
5         $(CC) -o $@ -DWEBSTUMP_HOME=\"$(WEBSTUMP_HOME)\" wrapper.c
6         chmod 755 $@
7         #chmod u+s $@
8         ls -l $@