Changeset 17 for Makefile

Show
Ignore:
Timestamp:
01/29/08 14:13:48 (17 years ago)
Author:
smidl
Message:

drobne zmeny v Makefile a pridani testKF.it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r15 r17  
    1 LDFLAGS=-Ldebug/usr/lib/ -litpp  
    2 CPPFLAGS=-g 
     1export LDFLAGS=-Ldebug/usr/lib/ -litpp  
     2export CPPFLAGS=-g 
    33 
    44all: subsystem 
     
    88        $(MAKE) -C tests 
    99 
    10 test: test0 
    11         ./test0 
     10clean: 
     11        cd tests && $(MAKE) clean 
     12        cd bdm && $(MAKE) clean