summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-11 09:25:18 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-11 09:28:36 +0200
commitd6fa6b112451f10f505db886d0ed023b3b931814 (patch)
tree226eba4183bc4dd2189ccd32480871ad25a063bc /Makefile
parent20744817a3eb3af21c84b15b41684cf6e8aed86c (diff)
downloadbirdscan-d6fa6b112451f10f505db886d0ed023b3b931814.tar
birdscan-d6fa6b112451f10f505db886d0ed023b3b931814.tar.zst
birdscan-d6fa6b112451f10f505db886d0ed023b3b931814.zip
Add CSS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3476ee2..88e4c4f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,5 @@ install: all
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
+ install -Dm 644 data/css/birdscan.css $(DESTDIR)$(PREFIX)/share/birdscan/css/birdscan.css