root/Makefile @ 3

Revision 3, 118 bytes (checked in by smidl, 17 years ago)

nova verze + doxygen

RevLine 
[1]1LDFLAGS=-litpp
[3]2CPPFLAGS=-g
[1]3
4all: test0
5
6test: test0
7        ./test0
8
[3]9clean:
10        rm *.o test0
[1]11
[2]12test0: test0.cpp libBM.o libDC.o
Note: See TracBrowser for help on using the browser.