source: experiments/Join_files_test/Makefile @ 16

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

add experiments

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