Skip to content
Snippets Groups Projects
Commit 8465b507 authored by Byron Lathi's avatar Byron Lathi
Browse files

makefile fixes, update efinity version

parent 2307dd65
No related branches found
No related tags found
2 merge requests!80Resolve "Support Sending FIN",!74Resolve "Network Processor"
Pipeline #777 passed
......@@ -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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment