From ffec871b7f3b913f754b3995f9c574d54490700f Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 10 Jun 2024 21:04:14 -0400 Subject: [PATCH] build improvements (no binary changes) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6990dd93f..5b2950b7a 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ extract: preconditions md gamesconf for f in $$(grep '^....1' build/GAMES.CONF | awk '!/^$$|^#/' | awk -F, '/,/ { print $$2 }' | awk -F= '{ print $$1 }'); do mv build/X/"$$(basename $$f)"/"$$(basename $$f)"* build/X.INDEXED/; rm -rf build/X/"$$(basename $$f)"; done for d in build/X/*; do mv "$$d"/* build/X/; rmdir "$$d"; done -index: preconditions md asmfx asmprelaunch asmdemo compress extract +index: preconditions md asmfx asmprelaunch asmdemo extract # # precompute binary data structure for mega-attract mode configuration file #