source: experiments/5_5_ckpt/Makefile @ 16

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

add experiments

RevLine 
[16]1test : test.c
2        gcc -Wall test.c -o test -I/usr/lpp/LoadL/full/include/ -lllapi
3
4.PHONY: clean
5
6clean :
7        rm test
Note: See TracBrowser for help on using the repository browser.