summaryrefslogtreecommitdiff
path: root/kslog/kslog_cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kslog/kslog_cli/Makefile')
-rw-r--r--kslog/kslog_cli/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/kslog/kslog_cli/Makefile b/kslog/kslog_cli/Makefile
new file mode 100644
index 0000000..8e4d535
--- /dev/null
+++ b/kslog/kslog_cli/Makefile
@@ -0,0 +1,6 @@
+
+all:
+ gcc -o kslog kslog_cli.c
+
+clean:
+ rm -rf *.o *.core kslog