diff options
author | xengineering <me@xengineering.eu> | 2022-05-16 15:59:53 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-16 15:59:53 +0200 |
commit | fa5433ddc8c3bb8d0ba184fe91df79365fd98a58 (patch) | |
tree | 0d260cfa2b98945f0d1a4da853aab4a3fd3ceb28 | |
parent | 6f83de0951682df7557e088d9fe4e37ed2fcb4ab (diff) | |
download | webiot-fa5433ddc8c3bb8d0ba184fe91df79365fd98a58.tar webiot-fa5433ddc8c3bb8d0ba184fe91df79365fd98a58.tar.zst webiot-fa5433ddc8c3bb8d0ba184fe91df79365fd98a58.zip |
Deploy HTML via Makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ clean: install: all install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) install -Dm 644 config.json $(DESTDIR)/etc/$(PROGRAM)/config.json + install -Dm 644 index.html.tmpl $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/index.html.tmpl install -Dm 644 systemd/$(PROGRAM).service $(DESTDIR)$(PREFIX)/lib/systemd/system/$(PROGRAM).service install -Dm 644 systemd/$(PROGRAM).sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/$(PROGRAM).conf |