diff --git a/Makefile b/Makefile index 482c445..8b9e81d 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ $(tests_stage2): clean-out: - rm -rf out + rm -rf $(OUTPUT) clean: clean-out go clean