be kind, save a byte
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
all: streq
|
||||
streq: streq.c
|
||||
$(CC) -g -o streq streq.c
|
||||
|
||||
clean:
|
||||
rm -r streq
|
||||
rm -f streq
|
||||
|
||||
sane: streq
|
||||
|
||||
streq: streq.c
|
||||
$(CC) -o streq streq.c
|
||||
|
||||
.PHONY: all clean sane
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user