root/Makefile @ 15

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

restrukturalizace

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