summaryrefslogtreecommitdiffstats
path: root/util/post/Makefile
blob: d0a3eb99e403d155e71c82b987e9d174d04f015f (plain)
1
2
3
4
all:
	$(CC) post.c -o post
clean:
	rm -f post