src/work/makefile
changeset 1 207fb3c727cb
child 2 37117ebbabe2
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/work/makefile	Sat Dec 06 19:32:27 2003 +0000
     1.3 @@ -0,0 +1,3 @@
     1.4 +graphdemo: graphdemo.cc ../include/graph.h \
     1.5 +	../include/oldgraph.h makefile
     1.6 +	g++ -g -I../include -o graphdemo graphdemo.cc