diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:06:56 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:12:06 +0200 |
commit | d93959de9f7ffd061dc57bec7c532829f592bf77 (patch) | |
tree | 5b6986d280a06d5671ed8657427ab87d1873742a /Makefile | |
parent | 5ee9c18acf25ca06dfacdb857edbd54b8454b7e8 (diff) | |
download | birdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.tar birdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.tar.zst birdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.zip |
Implement Web Server
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,4 +18,5 @@ install: all make -C src install DESTDIR=$(abspath $(DESTDIR)) install -Dm 644 systemd/birdscan.service $(DESTDIR)$(PREFIX)/lib/systemd/system/birdscan.service install -Dm 644 systemd/birdscan.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/birdscan.conf + install -Dm 644 data/html/index.html $(DESTDIR)$(PREFIX)/share/birdscan/html/index.html |