src/work/makefile
author alpar
Sat, 06 Dec 2003 19:32:27 +0000
changeset 1 207fb3c727cb
child 2 37117ebbabe2
permissions -rw-r--r--
src/demo/graph.h: a proposal for a graph implementation
src/demo/graphdemo.cc: a simle demo using graph.h
     1 graphdemo: graphdemo.cc ../include/graph.h \
     2 	../include/oldgraph.h makefile
     3 	g++ -g -I../include -o graphdemo graphdemo.cc