root/Makefile @ 1

Revision 1, 85 bytes (checked in by smidl, 17 years ago)

itpp_test

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