src/work/makefile
author alpar
Thu, 11 Dec 2003 07:24:53 +0000
changeset 2 37117ebbabe2
parent 1 207fb3c727cb
child 3 272a5677bd6d
permissions -rw-r--r--
bfs
     1 graphdemo: graphdemo.cc ../include/graph.h ../include/bfs.h \
     2 	../include/oldgraph.h makefile
     3 	g++ -g -I../include -o graphdemo graphdemo.cc