src/work/peter/Makefile
author athos
Fri, 01 Apr 2005 13:42:58 +0000
changeset 1291 16cde3e1aa9f
parent 1277 e4cc8e996912
child 1292 585674087522
permissions -rw-r--r--
Conceptions and bug fixes.
     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 graphocska.lgf
     9 
    10 .PHONY: run