diff --git a/Makefile b/Makefile index 7de08b9..816c814 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -.PHONY: build clean +.PHONY: all build clean + +all: build clean: rm -rf build