Fix path separator on Windows

This commit is contained in:
Stefan Wessels 2025-01-23 16:07:18 -08:00
parent a553909d7d
commit 67e0f5c512

View File

@ -17,5 +17,5 @@ dsk: $(DSK)
$(DSK): cc65-Chess.apple2
$(call CP, apple2/template.dsk $@)
java -jar $(AC) -p $@ chess.system sys < $(shell cl65 --print-target-path)/apple2/util/loader.system
java -jar $(AC) -p $@ chess.system sys < $(subst \,/,$(shell cl65 --print-target-path)/apple2/util/loader.system)
java -jar $(AC) -as $@ chess bin < cc65-Chess.apple2