diff options
| author | Teddy Wing | 2018-11-23 01:02:39 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-23 01:02:39 +0100 |
| commit | d9add7fd9b7e81275157b8e9e6e10df26971fd39 (patch) | |
| tree | 8aeb6aa19d68391d239ae6d8b70459f951efed7a /Makefile | |
| parent | 2412b421df01b5d84199ecfc44679d8493b7b87e (diff) | |
| download | dome-key-web-d9add7fd9b7e81275157b8e9e6e10df26971fd39.tar.bz2 | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
