source:
branches/branch-1.7/zoo-project/zoo-services/hello-fortran/Makefile
Last change on this file was 1, checked in by djay, 15 years ago | |
---|---|
File size: 124 bytes |
Line | |
---|---|
1 | cgi-env/service.zo: servive.for |
2 | gfortran -shared -fpic -o cgi-env/fortran_hello.zo ./service.f |
3 | |
4 | clean: |
5 | rm -f cgi-env/*.zo |
Note: See TracBrowser
for help on using the repository browser.