From 53704399e36d0dc01401e694bff599612a541484 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 9 Feb 2011 12:42:07 +0100 Subject: [PATCH] Added 'win32dist' Makefile target. --- makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile.in b/makefile.in index 79c837d..0edb13e 100755 --- a/makefile.in +++ b/makefile.in @@ -102,3 +102,6 @@ test: stress: stress.c $(LIB) $(CC) stress.c $(CFLAGS) $(LIB) -lm `cat config.ldflags` -o $@ + +win32dist: ahxm.exe + zip ahxm-$(VERSION).zip ahxm.exe $(ADD_DOCS) doc/*.* examples/*.* samples/*.* -- 2.11.4.GIT