source: experiments/DRMAA_tests/DRMAA_C_Bindings_Example/Makefile @ 16

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

add experiments

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