source:
lemon-0.x/src/work/peter/Makefile
@
1309:b3ce42a4d7d2
Last change on this file since 1309:b3ce42a4d7d2 was 1292:585674087522, checked in by , 20 years ago | |
---|---|
File size: 274 bytes |
Line | |
---|---|
1 | gd: graph-displayer.cc |
2 | g++ -ggdb --no-inline 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 |
Note: See TracBrowser
for help on using the repository browser.