diff --git a/Makefile b/Makefile index 9baf49005..6f449c25c 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ run: $(OUTPUT) .PHONY: clean clean: - @$(RM) -r $(BUILD) $(OUTPUT) + @$(RM) -rf $(BUILD) $(OUTPUT) help: @echo available targets: all run clean