Jaidyn Ann
74d713b76d
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=
12 lines
198 B
Makefile
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)'
|