summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-09 14:14:27 -0400
committerJune McEnroe <june@causal.agency>2020-07-09 14:14:27 -0400
commitd89e0160f908e00b314333b3d0030101f9649f2e (patch)
tree355468e66ca6cfb7135b9135d18a4d2034e8348a /Makefile
parentAdd prospective manual page (diff)
downloadscooper-d89e0160f908e00b314333b3d0030101f9649f2e.tar.gz
scooper-d89e0160f908e00b314333b3d0030101f9649f2e.zip
Implement empty CGI/FastCGI server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ce4cdcf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
+LDLIBS = -lsqlite3 -lkcgi -lkcgihtml -lz
+
+scooper: