mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
always reset TOTAL.IDX when building
This commit is contained in:
parent
3f639c4aa6
commit
08c7b576bd
1
Makefile
1
Makefile
@ -169,6 +169,7 @@ index: md asmfx asmprelaunch compress
|
|||||||
# add IDX files to the combined index file and generate
|
# add IDX files to the combined index file and generate
|
||||||
# the index records that callers use to reference them
|
# 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 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 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
|
bin/addfile.sh build/SEARCH01.IDX build/TOTAL.IDX > src/index/search01.idx.a
|
||||||
|
Loading…
Reference in New Issue
Block a user