Add Fennel as an option for creating games.

This commit is contained in:
Phil Hagelberg
2018-05-15 20:33:57 -07:00
parent 7606c2dcc4
commit bd3d9cfbd7
9 changed files with 231 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ INCLUDES= \
-I$(3RD_PARTY)/sdl-gpu/include \
-I$(3RD_PARTY)/wren-0.1.0/src/include \
-I$(3RD_PARTY)/moonscript \
-I$(3RD_PARTY)/fennel \
-I$(BLIPBUF_LIB) \
-I$(DUKTAPE_LIB) \
-I$(SDL_NET_LIB) \
@@ -173,6 +174,7 @@ DEMO_ASSETS= \
bin/assets/jsdemo.tic.dat \
bin/assets/luademo.tic.dat \
bin/assets/moondemo.tic.dat \
bin/assets/fenneldemo.tic.dat \
bin/assets/wrendemo.tic.dat \
bin/assets/benchmark.tic.dat \
bin/assets/config.tic.dat
@@ -444,6 +446,9 @@ bin/assets/wrendemo.tic.dat: demos/wrendemo.tic
bin/assets/moondemo.tic.dat: demos/moondemo.tic
$(BIN2TXT) $< $@ -z
bin/assets/fenneldemo.tic.dat: demos/fenneldemo.tic
$(BIN2TXT) $< $@ -z
bin/assets/benchmark.tic.dat: demos/benchmark.tic
$(BIN2TXT) $< $@ -z