1
0
This commit is contained in:
dtb
2023-01-15 18:54:58 -05:00
parent a256b92ce8
commit ccd46ce2a7
2 changed files with 58 additions and 0 deletions

2
p/Makefile Normal file
View File

@@ -0,0 +1,2 @@
p: p.c
$(CC) $(CFLAGS) -o p p.c