diff options
author | xengineering <me@xengineering.eu> | 2024-03-24 12:14:30 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-24 12:15:40 +0100 |
commit | ce3a2dd68707c5c744aa019417baa12f1dab96e4 (patch) | |
tree | 7044a81de63c876ac9673874193a11576c14b7c8 /Makefile | |
parent | a871e4f72aab1aa968adc72c4bf2e3e0c530550e (diff) | |
download | webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.tar webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.tar.zst webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.zip |
Embed simple.css file into binary
This removes the need to deploy the simple.css file to the target
machine.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ install: all install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) install -Dm 644 config/default.json $(DESTDIR)/etc/$(PROGRAM)/config.json install -Dm 644 appdata/index.html.tmpl $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/index.html.tmpl - install -Dm 644 appdata/simple.css $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/simple.css debug: go run *.go -c config/example.json -a appdata |