committer: mfx <mfx> 980609373 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-27 15:29:33 +00:00
parent 34070f0b93
commit 99f0f0120b
3 changed files with 26 additions and 11 deletions
+14 -1
View File
@@ -1,10 +1,23 @@
# Makefile for sstrip
SHELL = /bin/sh
all: sstrip
sstrip: sstrip.c
gcc -O2 -g -Wall -W -o $@ $<
mostlyclean clean distclean maintainer-clean:
mostlyclean:
-rm -f *.d *.err *.i *.log *.map *~ gdb-trans*
clean distclean maintainer-clean: mostlyclean
-rm -f *.a *.lib *.o *.obj tags TAGS ID
-rm -rf .deps
rm -f sstrip
.PHONY: all mostlyclean clean distclean maintainer-clean
.NOEXPORT:
# vi:nowrap