mirror of
https://github.com/StewBC/cc65-Chess.git
synced 2025-02-06 14:30:21 +00:00
Fix path separator on Windows
This commit is contained in:
parent
a553909d7d
commit
67e0f5c512
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user