makefile fixes, update efinity version
This commit is contained in:
@@ -13,7 +13,7 @@ build:
|
|||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
# - source init_env.sh
|
# - source init_env.sh
|
||||||
- module load efinity/2023.1
|
- module load efinity/2024.1
|
||||||
- make
|
- make
|
||||||
after_script:
|
after_script:
|
||||||
- cat hw/super6502_fpga/outflow/super6502_fpga.err.log
|
- cat hw/super6502_fpga/outflow/super6502_fpga.err.log
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ $(CC65):
|
|||||||
$(MAKE) -C sw/toolchain/cc65 -j $(shell nproc)
|
$(MAKE) -C sw/toolchain/cc65 -j $(shell nproc)
|
||||||
|
|
||||||
$(INIT_HEX): $(CC65) script/generate_rom_image.py $(HEX)
|
$(INIT_HEX): $(CC65) script/generate_rom_image.py $(HEX)
|
||||||
python script/generate_rom_image.py -i $(HEX) -o $@
|
python3 script/generate_rom_image.py -i $(HEX) -o $@
|
||||||
|
|
||||||
# This should get dependencies of rom, not be phony
|
# This should get dependencies of rom, not be phony
|
||||||
.PHONY: $(HEX)
|
.PHONY: $(HEX)
|
||||||
|
|||||||
Reference in New Issue
Block a user