root/Makefile @ 17

Revision 17, 180 bytes (checked in by smidl, 16 years ago)

drobne zmeny v Makefile a pridani testKF.it

RevLine 
[17]1export LDFLAGS=-Ldebug/usr/lib/ -litpp
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.