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 --- license-generator/Makefile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 license-generator/Makefile (limited to 'license-generator') diff --git a/license-generator/Makefile b/license-generator/Makefile deleted file mode 100644 index 7f6f1c2..0000000 --- a/license-generator/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -.PHONY: run -run: - ls target/debug/fulfillment target/debug/license | \ - entr -r lighttpd -f lighttpd.conf -D -- cgit v1.2.3