1
0
Fork 0
This commit is contained in:
dtb 2023-10-08 12:20:32 -04:00
parent 7610f5f448
commit 0dce5ba0ec
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,2 @@
streq: streq.c
$(CC) -g -o streq streq.c
clean:
rm -f streq
.PHONY: clean