add agsex: extract files/scripts in 1 go, and create Makefile
commit7c4dbc57af61c9fe892652f6eca79bdf7308861d
authorrofl0r <rofl0r@users.noreply.github.com>
Thu, 11 Jul 2019 21:35:20 +0000 (11 22:35 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Thu, 11 Jul 2019 21:38:56 +0000 (11 22:38 +0100)
tree65548b05574859343f01d848a2ca00878ee486b1
parent79594c28c6739ca6541e1816ebb4bfa341456889
add agsex: extract files/scripts in 1 go, and create Makefile

the Makefile can be used to automatically reassemble the game.ags
pack file from changed assembly files, and even in parallel (e.g.
make -j4 if you have 4 cores).
there's a target "optimize" which will cause all assembly files
to be optimized via agsoptimize, i.e. `make optimize -j4`.
(needs to followed by another `make all` to recompile the pack.)
Makefile
agsex [new file with mode: 0755]