aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2017-04-12 17:52:46 (UTC)
committerrtz12 <koenig@fagott.pw>2017-04-12 17:52:46 (UTC)
commita16c575bdc98031684f833ff6300cd5f2f659780 (patch)
tree876afa97c9cd2d4a153d40e3d47113ca667ad4af
parent1ca3718b9f0aa43ef06677c899184526b7359120 (diff)
"make dist" zum erstellen von Packages
-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