Skip to content

Commit

Permalink
fixing hyphen issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Aug 1, 2024
1 parent ff78838 commit 91e5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux32gcc.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mew:
cd src && make -f linux32gcc.gmk BTYPE=cw

mecb: bfs/bin mec
./bfs/bfs -a ./src/.linux32gcc-release-mec/mec -o mecb-$(OS)$(KERNEL)-$(DIST)-$(OSV)-$(VERSION).bin ./jasspa
./bfs/bfs -a ./src/.linux32gcc-release-mec/mec -o mecb-$(OS)-$(KERNEL)-$(DIST)-$(OSV)-$(VERSION).bin ./jasspa

mewb: bfs/bin mew
./bfs/bfs -a ./src/.linux32gcc-release-mecw/mecw -o mewb-$(OS)-$(KERNEL)-$(DIST)-$(OSV)-$(VERSION).bin ./jasspa
Expand Down

0 comments on commit 91e5720

Please sign in to comment.