aboutsummaryrefslogtreecommitdiff
path: root/util/post/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/post/Makefile')
-rw-r--r--util/post/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/post/Makefile b/util/post/Makefile
new file mode 100644
index 0000000000..d0a3eb99e4
--- /dev/null
+++ b/util/post/Makefile
@@ -0,0 +1,4 @@
+all:
+ $(CC) post.c -o post
+clean:
+ rm -f post