src/work/peter/Makefile
author alpar
Thu, 31 Mar 2005 13:29:05 +0000
changeset 1281 164ca6938d09
parent 1225 4401e1aeafcf
child 1290 082fc511c2b9
permissions -rw-r--r--
- split() added
     1 gd: graph-displayer.cc
     2 	g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
     3 
     4 xyr: xy-reader.cc
     5 	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
     6 
     7 run: gd
     8 	./gd
     9 
    10 .PHONY: run