diff options
Diffstat (limited to 'util/post')
-rw-r--r-- | util/post/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/post/Makefile b/util/post/Makefile index d0a3eb99e4..0941cde0a1 100644 --- a/util/post/Makefile +++ b/util/post/Makefile @@ -2,3 +2,5 @@ all: $(CC) post.c -o post clean: rm -f post + +distclean: clean |