Skip to content

Commit

Permalink
checkout version3 typo fix in mec32.exe in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 4, 2023
1 parent d794a91 commit ffc7723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: make bfs binary
run: make bfs-bin
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ me-bfs-bin:
cp jasspa/spelling/*$(dict)*f me-bfs/jasspa/spelling/
cd me-bfs && ../bin/bfs -a ../bin/me -o ../me-linux.bin ./jasspa
cd me-bfs && ../bin/bfs -a ../bin/me32.exe -o ../me-windows.exe ./jasspa
cd me-bfs && ../bin/bfs -a ../bin/me32c.exe -o ../mec-windows.exe ./jasspa
cd me-bfs && ../bin/bfs -a ../bin/mec32.exe -o ../mec-windows.exe ./jasspa
cd me-bfs && ../bin/bfs -c macros-`date +%Y-%m-%d`.bfs ./jasspa
cp me-bfs/macros-`date +%Y-%m-%d`.bfs .
rm -rf me-bfs/*
Expand Down

0 comments on commit ffc7723

Please sign in to comment.