diff --git a/Makefile b/Makefile index 2ca5a17..0eef1be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ +all: clean build # TODO: add stage here one we can actually build something + clean: - rm -r build + rm -rf build build: posty build