diff --git a/Makefile.am b/Makefile.am index af6e399..aedd2e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,5 +9,8 @@ CLEANFILES = core *.core *~ .*~ .PHONY: snapshot +regen-win32: + cd win32; ${MAKE} regen-win32 + snapshot: ${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`