diff --git a/Makefile b/Makefile index dc5a45db43..3ce542c09c 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,7 @@ target: $(BUILD)/build.ninja clean: $(BUILD)/build.ninja $(MESON) compile -C $(BUILD) --clean + rm -rf $(BUILD)/res distclean: rm -rf $(BUILD)