diff options
author | Teddy Wing | 2018-11-10 23:53:00 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-10 23:53:44 +0100 |
commit | 1849f68f1f725d1528c5712c315c7832641932a5 (patch) | |
tree | 298000279f174b63558e20a82b1ba92dc5bc6fab | |
parent | 86e5b666e5fea3e037734f8aacb0537a365518ab (diff) | |
download | dome-key-web-1849f68f1f725d1528c5712c315c7832641932a5.tar.bz2 |
Add Makefile
`run` target runs a `lighttpd` server and watches the executable for
updates with `entr`.
-rw-r--r-- | license-generator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |