/[projects]/misc/mysql_splitter/Makefile
ViewVC logotype

Contents of /misc/mysql_splitter/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1282 - (show annotations) (download)
Sun Apr 10 20:37:28 2011 UTC (13 years, 1 month ago) by torben
File size: 208 byte(s)
switch to boost program_options
1 splitter: splitter.o
2 g++ -Wall -lboost_filesystem -lboost_program_options -o splitter splitter.o
3
4 splitter.o: splitter.cpp
5 g++ -Wall -c -o splitter.o splitter.cpp
6
7 clean:
8 rm -f *.sql *.o
9 rm -f splitter

  ViewVC Help
Powered by ViewVC 1.1.20