test : test.c gcc test.c -g -o test -I/work/default/mamon/drmaa/include -L/work/default/mamon/drmaa/lib -ldrmaa .PHONY: clean clean : rm test