root/Makefile @ 18

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

update

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