1
0
This commit is contained in:
dtb
2023-08-19 10:51:41 -04:00
parent d6909207df
commit 03b51b7b9b
2 changed files with 13 additions and 20 deletions

View File

@@ -2,6 +2,6 @@ cat: cat.c
$(CC) -g -o cat cat.c
clean:
rm -f cat.c
rm -f cat
.PHONY: clean