about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-08 13:10:02 -0400
committerJune McEnroe <june@causal.agency>2023-10-08 13:11:26 -0400
commit72e4f0ae63a94a0535f0470489718c4bc67f180e (patch)
tree47055ddf5ba1d218f3fe8bb30a7921f8f7ffd228 /Makefile
parentRemove pidfile option (diff)
downloadkitd-72e4f0ae63a94a0535f0470489718c4bc67f180e.tar.gz
kitd-72e4f0ae63a94a0535f0470489718c4bc67f180e.zip
Implement it
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8922511
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+CFLAGS += -std=c11 -Wall -Wextra
+
+all: kitd
+
+clean:
+	rm -f kitd