From ce3a2dd68707c5c744aa019417baa12f1dab96e4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Mar 2024 12:14:30 +0100 Subject: Embed simple.css file into binary This removes the need to deploy the simple.css file to the target machine. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2