1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

use gamate-fixcart from util dir

This commit is contained in:
mrdudz 2022-02-05 17:34:22 +01:00
parent 16acb7675e
commit 76026ed59e

View File

@ -51,7 +51,7 @@ endif
nachtm.bin: nachtm.c
$(CL) -Os -l nachtm.lst -t gamate -o nachtm.bin nachtm.c
gamate-fixcart nachtm.bin
../../util/gamate/gamate-fixcart nachtm.bin
clean:
@$(DEL) nachtm.bin nachtm.lst 2>$(NULLDEV)