Support VPATH builds.

committer: mfx <mfx> 979143860 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-10 16:24:20 +00:00
parent fd81cd2ae0
commit 5f3bdaeebe
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Makefile for sstrip
sstrip: sstrip.c
gcc -O2 -g -Wall -W -o sstrip sstrip.c
gcc -O2 -g -Wall -W -o sstrip $<
clean:
rm -f sstrip