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:
0100'>2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev