1
0

be kind, save a byte

This commit is contained in:
dtb
2023-08-11 17:39:29 -04:00
parent a490eb13ae
commit a6f6736d12
2 changed files with 6 additions and 12 deletions

View File

@@ -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