diff --git a/Makefile b/Makefile index 4fca19e..41774fe 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ clean: rm -f static/cities.csv rm sundial -.PHONY: install +.PHONY: all clean install