committer: mfx <mfx> 979237786 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-11 18:29:46 +00:00
parent 5f3bdaeebe
commit 8614bca405
2 changed files with 8 additions and 10 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
# Makefile for sstrip
sstrip: sstrip.c
gcc -O2 -g -Wall -W -o sstrip $<
gcc -O2 -g -Wall -W -o $@ $<
clean:
mostlyclean clean distclean maintainer-clean:
rm -f sstrip
.PHONY: all mostlyclean clean distclean maintainer-clean