mirror of
https://github.com/frej/fast-export.git
synced 2026-01-14 18:22:05 +01:00
6 lines
175 B
Makefile
6 lines
175 B
Makefile
SVN = /usr/local/svn
|
|
CFLAGS = -I/usr/include/apr-1.0 -I${SVN}/include/subversion-1 -pipe -g3 -std=c99
|
|
LDFLAGS = -L${SVN}/lib -lsvn_repos-1
|
|
|
|
svn-fast-export: svn-fast-export.c
|