Changeset 51 for trunk/test/Makefile
- Timestamp:
- 01/07/12 17:53:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile
r49 r51 1 all: example wait 2 1 3 example : example.c 2 4 gcc example.c -o example -ldrmaa -L/opt/drmaa/torque/lib -I/opt/drmaa/torque/include 5 wait : wait.c 6 gcc wait.c -o wait -ldrmaa -L/opt/drmaa/torque/lib -Wl,-R/opt/drmaa/torque/lib -I/opt/drmaa/torque/include 3 7
Note: See TracChangeset
for help on using the changeset viewer.