#-------------------------------------------------------------------------------
# GraphBLAS/GraphBLAS/test/tcov/Makefile
#-------------------------------------------------------------------------------

# SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-or-later

#-------------------------------------------------------------------------------

clean:
	$(RM) -rf tmp/*

distclean: clean

purge: distclean

