diff --git a/Makefile b/Makefile index dd17e94..1ec2c86 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,4 @@ test: clean run # === UTILITY TARGETS === .PHONY: clean clean: - rm -rf $(BUILD) $(BIN) + - rm -rf $(BUILD) $(BIN) vgcore.* &>/dev/null