source:
experiments/DRMAA_tests/DRMAA_helloWorld/Makefile
@
16
Revision 16, 158 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | hello : hello.c |
2 | gcc hello.c -o hello -ldrmaa -I/opt/sge/include/ -L/opt/sge/lib/lx26-amd64/ -Wl,-R/opt/sge/lib/lx26-amd64/ | |
3 | ||
4 | .PHONY: clean | |
5 | ||
6 | clean : | |
7 | rm hello |
Note: See TracBrowser
for help on using the repository browser.