Changeset 7:0f527d1b9149 in lemon-0.x for src/work/makefile
- Timestamp:
- 12/16/03 18:52:52 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/makefile
r3 r7 7 7 @echo ' make graphdemo' 8 8 @echo ' make bfsdemo' 9 @echo ' make bfsdemo2' 9 10 10 all: graphdemo bfsdemo 11 all: graphdemo bfsdemo bfsdemo2 11 12 12 13 clean: 13 rm graphdemo bfsdemo 14 rm graphdemo bfsdemo bfsdemo2 15 14 16 graphdemo: graphdemo.cc ../include/graph.h \ 15 17 ../include/oldgraph.h makefile … … 19 21 ../include/oldgraph.h makefile 20 22 g++ $(CXXFLAGS) -o bfsdemo bfsdemo.cc 23 24 bfsdemo2: bfsdemo2.cc ../include/graph.h ../include/bfs.h \ 25 ../include/oldgraph.h makefile 26 g++ $(CXXFLAGS) -o bfsdemo2 bfsdemo2.cc
Note: See TracChangeset
for help on using the changeset viewer.