This commit is contained in:
2023-10-08 12:20:32 -04:00
parent 7610f5f448
commit 0dce5ba0ec
-5
View File
@@ -1,7 +1,2 @@
streq: streq.c
$(CC) -g -o streq streq.c
clean:
rm -f streq
.PHONY: clean