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