src/work/peter/Makefile
author alpar
Thu, 31 Mar 2005 13:30:27 +0000
changeset 1282 81e89e2b90d1
parent 1225 4401e1aeafcf
child 1290 082fc511c2b9
permissions -rw-r--r--
length() returns int istead of size_t
hegyi@1277
     1
gd: graph-displayer.cc
hegyi@1277
     2
	g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
hegyi@1225
     3
hegyi@1277
     4
xyr: xy-reader.cc
hegyi@1277
     5
	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
hegyi@1277
     6
hegyi@1277
     7
run: gd
hegyi@1277
     8
	./gd
hegyi@1225
     9
hegyi@1225
    10
.PHONY: run