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

#  SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
#  http://suitesparse.com   See GraphBLAS/Doc/License.txt for license.

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

clean:
	$(RM) -rf tmp/*

distclean: clean

purge: distclean

