Blame view
fvn_sparse/UMFPACK/Tcov/Top_Makefile
327 Bytes
422234dc3
|
1 2 3 4 5 6 7 8 9 10 11 |
#------------------------------------------------------------------------------- # UMFPACK and AMD top-level makefile (for Tcov tests) #------------------------------------------------------------------------------- default: library include ../UFconfig/UFconfig.mk library: ( cd Source ; $(MAKE) ) ( cd Demo ; $(MAKE) ) |