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

# SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2023, All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

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

clean:
	$(RM) -rf tmp/*

distclean: clean

purge: distclean

