- all: build/thetowereers.lua
- clean:
- rm build/thetowereers.lua
- build/thetowereers.lua: header.lua crawl.lua tic80-loop.lua data.lua
- echo "Building thetowereers.lua"
- mkdir -p build
- cat header.lua crawl.lua tic80-loop.lua data.lua > build/thetowereers.lua
- install:
- cp build/thetowereers.lua ~/.local/share/com.nesbox.tic/TIC-80/thetowereers.lua
|