Add the flag file during build

This commit is contained in:
Alfred Kamanda 2024-08-31 11:27:47 +03:00
parent 828f9a17fc
commit bcc73dec23
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

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 $(basename $@).vis > $(basename $@).bin
go run ../../go-vise/dev/asm -f pp.csv $(basename $@).vis > $(basename $@).bin
@echo "Built $(basename $@).bin from $(basename $@).vis"
# Rule to copy .orig files to .txt