summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ef6ec2..09f06cc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,12 @@ build-compact: $(DATAFILES) \
nodejs /usr/lib/nodejs/requirejs/r.js -o etc/build.js
touch $@
+# load httpd service
+serve-quick:
+ bin/src.psgi
+serve-compact: build-compact
+ bin/build.psgi
+
newfiles-vendor-kk = vendor/kk/*.json
fetch-vendor-kk:
bin/get-kk.sh