summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-11 11:40:46 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-11 11:40:46 +0200
commit6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b (patch)
tree1c415dca51dcb61a06551188232982b29c38c77d /Makefile
parentd4e1f48ff12db48e9a9bdbd3253c1041328ca66d (diff)
downloadbirdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.tar
birdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.tar.zst
birdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.zip
Implement AJAX Call
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7531fdb..7e3e517 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,5 @@ install: all
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
install -Dm 644 data/css/birdscan.css $(DESTDIR)$(PREFIX)/share/birdscan/css/birdscan.css
+ install -Dm 644 data/js/birdscan.js $(DESTDIR)$(PREFIX)/share/birdscan/js/birdscan.js