summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-11 20:02:10 +0100
committerxengineering <me@xengineering.eu>2023-01-11 20:51:13 +0100
commit1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7 (patch)
tree7fbff0112ca778aadad7baa988f502939dd11367 /Makefile
parent6b5857ee55af81b2f9effa8591f716591f79e5fd (diff)
downloadceres-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7ae041..45f5d0b 100644
--- a/Makefile
+++ b/Makefile
@@ -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