Skip to content

Commit

Permalink
cross-compiling windows-release.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMW committed Sep 12, 2020
1 parent 7b2e133 commit 4845c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ expander.exe: src/expander.c
bfalgoConverter.exe: src/bfalgoConverter.c
i686-w64-mingw32-gcc $(CFLAGS) src/bfalgoConverter.c -o bfalgoConverter.exe

windows.zip: bfi.exe expander.exe bfalgoConverter.exe bin/hac.exe
rm -rf zipfolder.zip
rm -f src/*.o
zip -r zipfolder.zip bin/hac.exe expander.exe bfi.exe bfalgoConverter.exe
mv zipfolder.zip ../hac-release-windows.zip

testoptimize: hac bfi
sh test/optimize/script.sh

Expand Down

0 comments on commit 4845c59

Please sign in to comment.