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