Skip to content

Commit

Permalink
Fix win-buildmodules.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
skejeton committed Jul 7, 2024
1 parent 661de3a commit 4582a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/win-buildmodules.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo #include "tophat.h" > %em_target%
for %%f in (%modules%) do (
set pat=%%f
set pat=!pat:.um=.md!
%umka% cmd\mmdoc\mmdoc.um %%f > !pat!
%umka% cmd\mmdoc\mmdoc.um -t %%f > !pat!
)

%run% em th_em_modulesrc %modules% >> %em_target%
Expand Down

0 comments on commit 4582a59

Please sign in to comment.