src/work/peter/Makefile
author alpar
Thu, 24 Mar 2005 12:15:50 +0000
changeset 1254 c9558638fe42
parent 1224 7f4f2855fa11
child 1277 e4cc8e996912
permissions -rw-r--r--
- lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
- lp_test.cc: test file
- updated Makefile
hegyi@1221
     1
triangle: canvas-test.cc
hegyi@1224
     2
	g++ canvas-test.cc -W -Wall -ansi -pedantic -o triangle `pkg-config libgnomecanvasmm-2.6 --cflags --libs`
hegyi@1225
     3
hegyi@1225
     4
run: triangle
hegyi@1225
     5
	./triangle 100 100 -100 100 0 -100
hegyi@1225
     6
hegyi@1225
     7
.PHONY: run