diff options
-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 | ||