Delete build resource folder to prevent artifacts from polluting builds (#606)
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Eduardo Quezada
2025-07-10 14:21:22 -04:00
committed by GitHub
parent dc7ecac20e
commit 10620fb35c

View File

@@ -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)