summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de7e4f3..c112fd9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ clean:
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
debug:
- go run *.go -c config/example.json -a appdata
+ go run *.go -c config/example.json