root/Makefile @ 15

Revision 15, 129 bytes (checked in by smidl, 16 years ago)

restrukturalizace

Line 
1LDFLAGS=-Ldebug/usr/lib/ -litpp
2CPPFLAGS=-g
3
4all: subsystem
5
6subsystem:
7        $(MAKE) -C bdm
8        $(MAKE) -C tests
9
10test: test0
11        ./test0
Note: See TracBrowser for help on using the browser.