diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ print_info: | |||
23 | @echo $(JS_FILES) | 23 | @echo $(JS_FILES) |
24 | @echo $(DEPFILES) | 24 | @echo $(DEPFILES) |
25 | 25 | ||
26 | dist: 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 |