src/work/peter/Makefile
changeset 1290 082fc511c2b9
parent 1277 e4cc8e996912
child 1292 585674087522
     1.1 --- a/src/work/peter/Makefile	Fri Apr 01 09:44:29 2005 +0000
     1.2 +++ b/src/work/peter/Makefile	Fri Apr 01 13:42:31 2005 +0000
     1.3 @@ -5,6 +5,6 @@
     1.4  	g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..
     1.5  
     1.6  run: gd
     1.7 -	./gd
     1.8 +	./gd graphocska.lgf
     1.9  
    1.10  .PHONY: run