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

distclean: clean