diff options
author | xengineering <me@xengineering.eu> | 2023-03-27 18:08:34 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-03-27 19:31:33 +0200 |
commit | eb86fbf4c88647bcc6aaa86660da58df96a72850 (patch) | |
tree | 2b63542336c3de58f193952f6276f4227134c62b /Makefile | |
parent | d7ce7860bf47ad1f51a44a9705eb0dbf1825eb66 (diff) | |
download | webiot-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |