Skip to content

Commit

Permalink
Fix compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN committed Apr 21, 2021
1 parent 0271dc4 commit d637172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.bat
Expand Up @@ -15,7 +15,7 @@ echo /
echo /============ COMPILE =============
echo /

for ..\ %%F in (*.sma) do (
for /R ..\ %%F in (*.sma) do (
echo / /
echo / / Compile %%~nF:
echo / /
Expand Down

0 comments on commit d637172

Please sign in to comment.