source:
experiments/DRMAA_tests/DRMAA_Scalability/Makefile
@
16
Revision 16, 200 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | scalability : scalability.c |
2 | gcc -Wall scalability.c -g -o scalability -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 scalability | |
8 | ||
9 |
Note: See TracBrowser
for help on using the repository browser.