diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-18 23:25:01 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-18 23:25:01 +0200 |
commit | b0368aad76ce3b67f6050855f9a43cc7bb2d1dc3 (patch) | |
tree | c4d545445aa4f83440d2a31a9cd4bb347c375765 /Makefile | |
download | socklog-void-b0368aad76ce3b67f6050855f9a43cc7bb2d1dc3.tar.gz socklog-void-b0368aad76ce3b67f6050855f9a43cc7bb2d1dc3.tar.xz socklog-void-b0368aad76ce3b67f6050855f9a43cc7bb2d1dc3.zip |
Initial import of socklog-void
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..22f7ba5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: nanoklogd + +clean: + rm -f nanoklogd |