root/Makefile @ 17

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

drobne zmeny v Makefile a pridani testKF.it

Line 
1export LDFLAGS=-Ldebug/usr/lib/ -litpp
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.