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
alpar@2
     1
graphdemo: graphdemo.cc ../include/graph.h ../include/bfs.h \
alpar@1
     2
	../include/oldgraph.h makefile
alpar@1
     3
	g++ -g -I../include -o graphdemo graphdemo.cc