Updated.
committer: mfx <mfx> 979237786 +0000
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user