aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27520e5..10e11cd 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,9 @@ print_info:
23 @echo $(JS_FILES) 23 @echo $(JS_FILES)
24 @echo $(DEPFILES) 24 @echo $(DEPFILES)
25 25
26dist: assets $(TARGET)
27 tar cJf grilist.txz $(TARGET) assets/ views/
28
26$(NAME): $(TARGET) 29$(NAME): $(TARGET)
27 30
28$(TARGET): eventlogging/events.go util/confusables.go 31$(TARGET): eventlogging/events.go util/confusables.go