aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--license-generator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/license-generator/Makefile b/license-generator/Makefile
index 766622a..45a53bc 100644
--- a/license-generator/Makefile
+++ b/license-generator/Makefile
@@ -1,3 +1,4 @@
.PHONY: run
run:
- echo target/debug/license-generator | entr -r lighttpd -f lighttpd.conf -D
+ ls target/debug/license-generator target/debug/license | \
+ entr -r lighttpd -f lighttpd.conf -D