mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +00:00
build improvements (no binary changes)
This commit is contained in:
parent
7016bf19bb
commit
ffec871b7f
2
Makefile
2
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user