1
0
This commit is contained in:
dtb 2023-12-15 21:31:30 -07:00
parent 1dc5fca037
commit 53a74e7c46

View File

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