From 08c7b576bdc1c3929b66d25a5a0489c96054545d Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 14 Nov 2021 11:00:42 -0500 Subject: [PATCH] always reset TOTAL.IDX when building --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc9a648a1..f6979e324 100644 --- a/Makefile +++ b/Makefile @@ -169,6 +169,7 @@ index: md asmfx asmprelaunch compress # add IDX files to the combined index file and generate # the index records that callers use to reference them # + rm -f build/TOTAL.IDX bin/addfile.sh build/SEARCH00.IDX build/TOTAL.IDX > src/index/search00.idx.a bin/addfile.sh res/CACHE00.IDX build/TOTAL.IDX > src/index/cache00.idx.a bin/addfile.sh build/SEARCH01.IDX build/TOTAL.IDX > src/index/search01.idx.a