aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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