git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@773 96b47cad-a561-4643-ad3b-153ac7d7599c
9 lines
179 B
Makefile
9 lines
179 B
Makefile
SUBDIRS=src doc win32
|
|
|
|
win:
|
|
make -C win32 $@
|
|
|
|
distcheck-hook:
|
|
test -d .svn && \
|
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true
|