From 1849f68f1f725d1528c5712c315c7832641932a5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 10 Nov 2018 23:53:00 +0100 Subject: Add Makefile `run` target runs a `lighttpd` server and watches the executable for updates with `entr`. --- license-generator/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 license-generator/Makefile diff --git a/license-generator/Makefile b/license-generator/Makefile new file mode 100644 index 0000000..766622a --- /dev/null +++ b/license-generator/Makefile @@ -0,0 +1,3 @@ +.PHONY: run +run: + echo target/debug/license-generator | entr -r lighttpd -f lighttpd.conf -D -- cgit v1.2.3