source:
trunk/test/Makefile
@
51
Revision 51, 255 bytes checked in by mmamonski, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[51] | 1 | all: example wait |
2 | ||
[1] | 3 | example : example.c |
[49] | 4 | gcc example.c -o example -ldrmaa -L/opt/drmaa/torque/lib -I/opt/drmaa/torque/include |
[51] | 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 | |
[1] | 7 |
Note: See TracBrowser
for help on using the repository browser.