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