fix make.bat

This commit is contained in:
Eugene Lozovoy
2024-02-07 13:32:26 +03:00
parent 869e63f66d
commit 4b3033f05e

View File

@ -3,6 +3,7 @@
@timeout 5
@PATH=C:\Hwdev\sjasmplus\;%PATH%
@md build
sjasmplus --outprefix=build/ --exp=build/main.exp -DVERSION_DEF=\"\" -DVERSIONSHORT_DEF=\"\" src/main.asm
sjasmplus --outprefix=build/ --msg=err src/build.asm
@pause