From bcc73dec2353fc66c322c4a10929be45c525c29f Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Sat, 31 Aug 2024 11:27:47 +0300 Subject: [PATCH] Add the flag file during build --- services/registration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/registration/Makefile b/services/registration/Makefile index 578ebc6..1863b0b 100644 --- a/services/registration/Makefile +++ b/services/registration/Makefile @@ -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