Makefile 350 B

1234567891011121314
  1. all: build/thetowereers.lua
  2. clean:
  3. rm build/thetowereers.lua
  4. build/thetowereers.lua: header.lua crawl.lua tic80-loop.lua data.lua
  5. echo "Building thetowereers.lua"
  6. mkdir -p build
  7. cat header.lua crawl.lua tic80-loop.lua data.lua > build/thetowereers.lua
  8. install:
  9. cp build/thetowereers.lua ~/.local/share/com.nesbox.tic/TIC-80/thetowereers.lua