hg-fast-export.sh Use hg-fast-export.py, not dead hg2git.py
[fast-export/barak.git] / Makefile
blob39e76330b023f1546d69137aac4c4f691e016e46
1 SVN = /usr/local/svn
2 CFLAGS = -I/usr/include/apr-1.0 -I${SVN}/include/subversion-1 -pipe -O2 -std=c99
3 LDFLAGS = -L${SVN}/lib -lsvn_fs-1
5 all: svn-fast-export svn-archive
7 svn-fast-export: svn-fast-export.c
8 svn-archive: svn-archive.c