summaryrefslogtreecommitdiffstats
path: root/util/post/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/post/Makefile')
-rw-r--r--util/post/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/post/Makefile b/util/post/Makefile
index d0a3eb99e403..0941cde0a106 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