aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2017-04-12 17:54:10 (UTC)
committerrtz12 <koenig@fagott.pw>2017-04-12 17:54:10 (UTC)
commitbb6506acf3abbdadfb9f488a87e9a65779584407 (patch)
tree941a635a21d0cb944362b5f4ee995fb75435f56d
parenta16c575bdc98031684f833ff6300cd5f2f659780 (diff)
PHONY noch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10e11cd..6bbc2ea 100644
--- a/Makefile
+++ b/Makefile
@@ -91,5 +91,5 @@ run: assets $(TARGET)
91importer: $(IMPORTER_FILES) 91importer: $(IMPORTER_FILES)
92 go build -o importer tools/importer/*.go 92 go build -o importer tools/importer/*.go
93 93
94.PHONY: all assets $(NAME) $(TARGET) print_info clean superclean ultraclean run 94.PHONY: all dist assets $(NAME) $(TARGET) print_info clean superclean ultraclean run
95 95