1#-------------------------------------------------------------------------------
2# GraphBLAS/GraphBLAS/test/tcov/Makefile
3#-------------------------------------------------------------------------------
4
5# SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
6# SPDX-License-Identifier: GPL-3.0-or-later
7
8#-------------------------------------------------------------------------------
9
10clean:
11	$(RM) -rf tmp/*
12
13distclean: clean
14
15purge: distclean
16
17