diff options
author | xengineering <me@xengineering.eu> | 2023-04-08 22:02:32 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-08 22:03:09 +0200 |
commit | f49ef61b9aeadf22a43b728c6b348f09b6c29804 (patch) | |
tree | 9a26f86c40e0fedb9238495df57176e3c683a8ed /Makefile | |
parent | bae6e34c9119750b2cba2a2ce6d88e9f8c895900 (diff) | |
download | ceres-f49ef61b9aeadf22a43b728c6b348f09b6c29804.tar ceres-f49ef61b9aeadf22a43b728c6b348f09b6c29804.tar.zst ceres-f49ef61b9aeadf22a43b728c6b348f09b6c29804.zip |
Fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ 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/style.css $(DESTDIR)$(PREFIX)/share/ceres/static/style.css install -Dm 644 data/templates/index.html $(DESTDIR)$(PREFIX)/share/ceres/templates/index.html |