diff options
author | rtz12 <koenig@fagott.pw> | 2017-04-12 17:54:10 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2017-04-12 17:54:10 (UTC) |
commit | bb6506acf3abbdadfb9f488a87e9a65779584407 (patch) | |
tree | 941a635a21d0cb944362b5f4ee995fb75435f56d /Makefile | |
parent | a16c575bdc98031684f833ff6300cd5f2f659780 (diff) |
PHONY noch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,5 +91,5 @@ run: assets $(TARGET) | |||
91 | importer: $(IMPORTER_FILES) | 91 | importer: $(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 | ||