You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/Makefile

14 lines
199 B
Makefile

19 years ago
include Make.inc
library:
19 years ago
( [ -d lib ] || mkdir lib)
(cd src; make lib)
19 years ago
clean:
(cd src; make clean)
19 years ago
veryclean:
(cd src; make veryclean)
(cd lib; /bin/rm -f *.a *$(.mod) V*.inc *.pc *.pcl)