diff -r ee5959aa4410 -r c280de819a73 src/work/peter/Makefile --- a/src/work/peter/Makefile Sun Apr 17 18:57:22 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -gd: graph-displayer.cc - g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. - -xyr: xy-reader.cc - g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../.. - -run: gd - ./gd graphocska.lgf - -.PHONY: run