diff options
author | xengineering <me@xengineering.eu> | 2023-01-11 20:02:10 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-11 20:51:13 +0100 |
commit | 1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7 (patch) | |
tree | 7fbff0112ca778aadad7baa988f502939dd11367 /Makefile | |
parent | 6b5857ee55af81b2f9effa8591f716591f79e5fd (diff) | |
download | ceres-1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7.tar ceres-1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7.tar.zst ceres-1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7.zip |
Switch to simple.css
This makes it easier to maintain and it looks better.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ install: all install -Dm 644 config/default.json $(DESTDIR)/etc/ceres/config.json install -Dm 644 data/static/add.html $(DESTDIR)$(PREFIX)/share/ceres/static/add.html - install -Dm 644 data/static/libweb.css $(DESTDIR)$(PREFIX)/share/ceres/static/libweb.css + install -Dm 644 data/static/style.css $(DESTDIR)$(PREFIX)/share/ceres/static/style.css install -Dm 644 data/templates/index.html $(DESTDIR)$(PREFIX)/share/ceres/templates/index.html install -Dm 644 data/templates/recipe.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe.html |