root/Makefile @ 4

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

nova verze + doxygen

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