changeset 1365 | c280de819a73 |
parent 1364 | ee5959aa4410 |
child 1366 | d00b85f8be45 |
1.1 --- a/src/work/peter/Makefile Sun Apr 17 18:57:22 2005 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,10 +0,0 @@ 1.4 -gd: graph-displayer.cc 1.5 - g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. 1.6 - 1.7 -xyr: xy-reader.cc 1.8 - g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../.. 1.9 - 1.10 -run: gd 1.11 - ./gd graphocska.lgf 1.12 - 1.13 -.PHONY: run