make clean now removes vgcore.*

This commit is contained in:
Emile Clark-Boman 2025-09-09 11:21:30 +10:00
parent 511257bf98
commit 5ff2e93195

View file

@ -40,4 +40,4 @@ test: clean run
# === UTILITY TARGETS ===
.PHONY: clean
clean:
rm -rf $(BUILD) $(BIN)
- rm -rf $(BUILD) $(BIN) vgcore.* &>/dev/null