flora-search-aurora/Makefile
Jaidyn Ann 74d713b76d Convert TMX maps to a parseable list
This allows embedding the map data directly
into the game system, instead of relying on
external files!
This’ll make distribution easier, for sure. =w=
2023-06-26 20:25:02 -05:00

12 lines
198 B
Makefile

LISP ?= ecl
maps:
$(LISP) \
--load "res/maps/tmx→lisp.lisp"
build:
$(LISP) \
--eval '(ql:quickload :flora-search-aurora)' \
--eval '(asdf:make :flora-search-aurora)' \
--eval '(quit)'