From d9add7fd9b7e81275157b8e9e6e10df26971fd39 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Nov 2018 01:02:39 +0100 Subject: 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 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3