summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffd7e6c..7ae9130 100644
--- a/Makefile
+++ b/Makefile
@@ -157,3 +157,8 @@ merge:
clean:
rm -Rf build.$(ARCH)
rm -Rf install.$(ARCH)
+
+dll2a:
+ for d in $(DLL_DIR)/*.dll; do \
+ $(GCC_PATH)/bin/$(XPREFIX)dll2a $$d -l $(LIBDIR) ; \
+ done;