equal
deleted
inserted
replaced
1 gd: graph-displayer.cc |
1 gd: graph-displayer.cc |
2 g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. |
2 g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. |
3 |
3 |
4 xyr: xy-reader.cc |
4 xyr: xy-reader.cc |
5 g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../.. |
5 g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../.. |
6 |
6 |
7 run: gd |
7 run: gd |