cd code
f77 -c code/*.f
cc -c unix/intrac.c
ar cr libmyminuit.a code/*.o unix/intrac.o
cd test
f77 *.f ../libmyminuit.a
./a.out
cd ..
