source: experiments/DRMAA_tests/DRMAA_helloWorld/Makefile @ 16

Revision 16, 158 bytes checked in by mmatloka, 14 years ago (diff)

add experiments

Line 
1hello : 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
6clean :
7        rm hello
Note: See TracBrowser for help on using the repository browser.