diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -29,12 +29,8 @@ install: all 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 - install -Dm 644 systemd/ceres.service $(DESTDIR)$(PREFIX)/lib/systemd/system/ceres.service - install -Dm 644 systemd/ceres.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/ceres.conf - install -Dm 644 systemd/ceres.tmpfiles $(DESTDIR)$(PREFIX)/lib/tmpfiles.d/ceres.conf install -Dm 644 sql/0001_migration.sql $(DESTDIR)$(PREFIX)/share/ceres/migrations/0001_migration.sql install -Dm 644 sql/0002_migration.sql $(DESTDIR)$(PREFIX)/share/ceres/migrations/0002_migration.sql debug: go run main.go -d -c config/default.json - |