makefile fixes, update efinity version
This commit is contained in:
@@ -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
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user