summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-03-27 18:08:34 +0200
committerxengineering <me@xengineering.eu>2023-03-27 19:31:33 +0200
commiteb86fbf4c88647bcc6aaa86660da58df96a72850 (patch)
tree2b63542336c3de58f193952f6276f4227134c62b /Makefile
parentd7ce7860bf47ad1f51a44a9705eb0dbf1825eb66 (diff)
downloadwebiot-eb86fbf4c88647bcc6aaa86660da58df96a72850.tar
webiot-eb86fbf4c88647bcc6aaa86660da58df96a72850.tar.zst
webiot-eb86fbf4c88647bcc6aaa86660da58df96a72850.zip
Switch to simple.css
This very simple CSS framework is far better / beautiful / easy to maintain than my own CSS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8d409a..2c6bde8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install: all
install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM)
install -Dm 644 config.json $(DESTDIR)/etc/$(PROGRAM)/config.json
install -Dm 644 appdata/index.html.tmpl $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/index.html.tmpl
- install -Dm 644 appdata/webiot.css $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/webiot.css
+ install -Dm 644 appdata/simple.css $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/simple.css
install -Dm 644 systemd/$(PROGRAM).service $(DESTDIR)$(PREFIX)/lib/systemd/system/$(PROGRAM).service
install -Dm 644 systemd/$(PROGRAM).sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/$(PROGRAM).conf