source:
experiments/DRMAA_tests/Join_test/Makefile
@
16
Revision 16, 138 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Line | |
---|---|
1 | a : a.c |
2 | gcc a.c -o a -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 a |
Note: See TracBrowser
for help on using the repository browser.