root/Makefile @ 18

Revision 18, 167 bytes (checked in by smidl, 17 years ago)

update

Line 
1export LDLIBS=-litpp_debug
2export CPPFLAGS=-g
3
4all: subsystem
5
6subsystem:
7        $(MAKE) -C bdm
8        $(MAKE) -C tests
9
10clean:
11        cd tests && $(MAKE) clean
12        cd bdm && $(MAKE) clean
Note: See TracBrowser for help on using the browser.