root/Makefile
@
15
| Revision 15, 129 bytes (checked in by smidl, 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | LDFLAGS=-Ldebug/usr/lib/ -litpp |
| 2 | CPPFLAGS=-g |
| 3 | |
| 4 | all: subsystem |
| 5 | |
| 6 | subsystem: |
| 7 | $(MAKE) -C bdm |
| 8 | $(MAKE) -C tests |
| 9 | |
| 10 | test: test0 |
| 11 | ./test0 |
Note: See TracBrowser
for help on using the browser.
