source:
experiments/5_5_ckpt/Makefile
@
16
Revision 16, 112 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | test : test.c |
2 | gcc -Wall test.c -o test -I/usr/lpp/LoadL/full/include/ -lllapi | |
3 | ||
4 | .PHONY: clean | |
5 | ||
6 | clean : | |
7 | rm test |
Note: See TracBrowser
for help on using the repository browser.