Ensure handler init when state and cache is available

This commit is contained in:
lash
2024-09-05 20:35:51 +01:00
parent 643b4d87a9
commit 0feb013c78
4 changed files with 161 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ TXTS = $(wildcard ./*.txt.orig)
# Rule to build .bin files from .vis files
%.vis:
go run ../../go-vise/dev/asm -f pp.csv $(basename $@).vis > $(basename $@).bin
go run ../../go-vise/dev/asm/main.go -f pp.csv $(basename $@).vis > $(basename $@).bin
@echo "Built $(basename $@).bin from $(basename $@).vis"
# Rule to copy .orig files to .txt