Implement clockloop utility
[khome.git] / src / Makefile
diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..9339427
--- /dev/null
@@ -0,0 +1,10 @@
+CPPFLAGS := -D_POSIX_C_SOURCE=200809L
+CFLAGS   := -std=c99 -Wall -Wextra
+LDLIBS   := -lncurses
+
+.PHONY: build clean
+
+build: clockloop
+
+clean:
+       rm -f clockloop
This page took 0.025693 seconds and 4 git commands to generate.