root/Makefile @ 2

Revision 2, 86 bytes (checked in by smidl, 16 years ago)

first shot

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