make clean now removes vgcore.*
This commit is contained in:
parent
511257bf98
commit
5ff2e93195
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -40,4 +40,4 @@ test: clean run
|
||||||
# === UTILITY TARGETS ===
|
# === UTILITY TARGETS ===
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD) $(BIN)
|
- rm -rf $(BUILD) $(BIN) vgcore.* &>/dev/null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue