5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
all:
|
||
|
$(CC) post.c -o post
|
||
|
clean:
|
||
|
rm -f post
|