src/work/peter/Makefile
changeset 1315 c91ae3600eea
parent 1290 082fc511c2b9
equal deleted inserted replaced
7:00b909d10c15 8:984b1b81b466
     1 gd: graph-displayer.cc
     1 gd: graph-displayer.cc
     2 	g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
     2 	g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
     3 
     3 
     4 xyr: xy-reader.cc
     4 xyr: xy-reader.cc
     5 	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
     5 	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
     6 
     6 
     7 run: gd
     7 run: gd