blob: 0941cde0a106e60b27a705c4b1c0c8b3b5eaf5c5 [file] [log] [blame]
all:
$(CC) post.c -o post
clean:
rm -f post
distclean: clean