root/Makefile
@
2
Revision 2, 86 bytes (checked in by smidl, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | LDFLAGS=-litpp |
2 | ||
3 | all: test0 | |
4 | ||
5 | test: test0 | |
6 | ./test0 | |
7 | ||
8 | ||
9 | ||
[2] | 10 | test0: test0.cpp libBM.o libDC.o |
Note: See TracBrowser
for help on using the browser.