make get is .PHONEY

This commit is contained in:
Kevin Cotugno 2017-11-19 22:24:35 -08:00
parent c9bbbc8f48
commit a37b2cf589

View File

@ -66,4 +66,4 @@ $(WATCHER): $(TACITUS_FILES) $(OSUTIL_FILES) $(POSTGRES_FILES) $(GDAX_FILES) \
clean:
-rm -f $(BUILD_DIR)/*
.PHONEY: all clean webapp watcher fmt
.PHONEY: all clean webapp watcher fmt get