summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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