Skip to content

Commit

Permalink
adding brew make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Sep 3, 2024
1 parent 16a7993 commit 3181c9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linux32gcc.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ brew: mecb mewb
cp COPYING brew-linux-$(VERSION)/license.txt
cp README-standalone.md brew-linux-$(VERSION)/README.md
tar cfz brew-linux-$(VERSION).tar.gz brew-linux-$(VERSION)/*
sha256sum cfzz brew-linux-$(VERSION).tar.gz > brew-linux-$(VERSION).sha256
sha256sum brew-linux-$(VERSION).tar.gz > brew-linux-$(VERSION).sha256
8 changes: 8 additions & 0 deletions win32mingw.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ mewb: bfs/bin mew
release: bfs/exe $(app)
make -f release.gmk app=$(app) RELEASE=$(RELEASE) ext=exe

brew: mecb mewb
mkdir -p brew-windows-$(VERSION)/bin
cp $(RELEASE)-mecb.exe brew-windows-$(VERSION)/bin/jmc.exe
cp $(RELEASE)-mewb.exe brew-windows-$(VERSION)/bin/jmw.exe
cp COPYING brew-windows-$(VERSION)/license.txt
cp README-standalone.md brew-windows-$(VERSION)/README.md
zip -r brew-windows-$(VERSION).zip brew-windows-$(VERSION)/*
sha256sum brew-windows-$(VERSION).zip > brew-windows-$(VERSION).sha256

0 comments on commit 3181c9a

Please sign in to comment.