diff --git a/Makefile b/Makefile index bccffe3..52a947d 100755 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ clean: @rm -rf components node_modules public @echo "Done.\n" -.PHONY: run build clean \ No newline at end of file +.PHONY: run build node_modules components clean