1
0
src/Retired/cat/Makefile
2024-01-15 14:26:40 -07:00

3 lines
34 B
Makefile

cat: cat.c
$(CC) -g -o cat cat.c