summary refs log tree commit diff
path: root/www/temp.causal.agency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/temp.causal.agency/Makefile')
-rw-r--r--www/temp.causal.agency/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/temp.causal.agency/Makefile b/www/temp.causal.agency/Makefile
new file mode 100644
index 00000000..3f608286
--- /dev/null
+++ b/www/temp.causal.agency/Makefile
@@ -0,0 +1,16 @@
+WEBROOT = /usr/local/www/temp.causal.agency
+
+CFLAGS += -std=c11 -Wall -Wextra -Wpedantic -I/usr/local/include
+LDFLAGS += -static -L/usr/local/lib
+LDLIBS = -lkcgihtml -lkcgi -lz -lmd
+
+up:
+
+clean:
+	rm -f up
+
+install: up
+	install up ${WEBROOT}/up
+
+uninstall:
+	rm -f ${WEBROOT}/up