diff --git a/Makefile b/Makefile index 30d6596..f32021d 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ clean: run: @cd ./build && python -m SimpleHTTPServer -.PHONY: build +.PHONY: build clean run