aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-11-23 01:02:39 +0100
committerTeddy Wing2018-11-23 01:02:39 +0100
commitd9add7fd9b7e81275157b8e9e6e10df26971fd39 (patch)
tree8aeb6aa19d68391d239ae6d8b70459f951efed7a /Makefile
parent2412b421df01b5d84199ecfc44679d8493b7b87e (diff)
downloaddome-key-web-d9add7fd9b7e81275157b8e9e6e10df26971fd39.tar.bz2
lighttpd.conf: Allow running from the project root
* Move the `make run` target into the project root's Makefile * Update paths in lighttpd.conf to correspond to its new location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26b9d76..1a632f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
+.PHONY: run
+run:
+ ls license-generator/target/debug/fulfillment \
+ license-generator/target/debug/license | \
+ entr -r lighttpd -f lighttpd.conf -D
+
.PHONY: css
css: assets/styles.css