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