makefile fixes, update efinity version

This commit is contained in:
Byron Lathi
2024-10-14 21:50:06 -07:00
parent 2307dd65e2
commit 8465b50712
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ build:
- linux
script:
# - source init_env.sh
- module load efinity/2023.1
- module load efinity/2024.1
- make
after_script:
- cat hw/super6502_fpga/outflow/super6502_fpga.err.log

View File

@@ -26,7 +26,7 @@ $(CC65):
$(MAKE) -C sw/toolchain/cc65 -j $(shell nproc)
$(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
.PHONY: $(HEX)