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 /license-generator | |
| 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 'license-generator')
| -rw-r--r-- | license-generator/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
