From a519d2ab828517fda323f6421fd98cf73603fc0e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 14 Feb 2016 13:47:27 +0100 Subject: Added/improved support for mxe-based win32 cross builds --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e23184..8c2bfd5 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,12 @@ uninstall: $(MAKE) -C icepll uninstall $(MAKE) -C icetime uninstall +mxebin: clean + $(MAKE) MXE=1 + rm -rf icestorm-win32 && mkdir icestorm-win32 + cp icebox/chipdb-*.txt icepack/*.exe iceprog/*.exe icestorm-win32/ + cp icemulti/*.exe icepll/*.exe icetime/*.exe icestorm-win32/ + zip -r icestorm-win32.zip icestorm-win32/ + .PHONY: all clean install uninstall -- cgit v1.2.3