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