src/work/peter/Makefile
author alpar
Fri, 25 Mar 2005 16:19:03 +0000
changeset 1263 a490938ad0aa
parent 1224 7f4f2855fa11
child 1277 e4cc8e996912
permissions -rw-r--r--
- LpGlpk added to the makefile
- missing const_cast<>() added
- prop for two new functions (solve() and solution())
     1 triangle: canvas-test.cc
     2 	g++ canvas-test.cc -W -Wall -ansi -pedantic -o triangle `pkg-config libgnomecanvasmm-2.6 --cflags --libs`
     3 
     4 run: triangle
     5 	./triangle 100 100 -100 100 0 -100
     6 
     7 .PHONY: run