compile.sh 202 B

1234
  1. echo "compiling.."
  2. echo ";; script: fennel" > .out.fnl
  3. cat vector.fnl util.fnl ecs.fnl tween.fnl >> .out.fnl
  4. cat globals.fnl map.fnl combat.fnl systems.fnl dialogue.fnl monsters.fnl main.fnl >> .out.fnl