summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-03-24 12:14:30 +0100
committerxengineering <me@xengineering.eu>2024-03-24 12:15:40 +0100
commitce3a2dd68707c5c744aa019417baa12f1dab96e4 (patch)
tree7044a81de63c876ac9673874193a11576c14b7c8 /Makefile
parenta871e4f72aab1aa968adc72c4bf2e3e0c530550e (diff)
downloadwebiot-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ffa644..de7e4f3 100644
--- a/Makefile
+++ b/Makefile
@@ -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