source:
experiments/DRMAA_tests/DRMAA_wait/Makefile
@
16
Revision 16, 150 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | hello : wait.c |
2 | gcc wait.c -g -o wait -I/work/default/mamon/drmaa/include -L/work/default/mamon/drmaa/lib -ldrmaa | |
3 | ||
4 | .PHONY: clean | |
5 | ||
6 | clean : | |
7 | rm wait |
Note: See TracBrowser
for help on using the repository browser.