#-------------------------------------------------------------------------------
# GraphBLAS/GraphBLAS/private/Makefile
#-------------------------------------------------------------------------------

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

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

# This is just here for 'make clean', to remove compiled codes.

clean:
	- $(RM) -rf *.o *.mex*

purge: clean

distclean: clean

