diff --git a/platform/unix/gen-makefile b/platform/unix/gen-makefile index 0ee1df2b3..999611448 100644 --- a/platform/unix/gen-makefile +++ b/platform/unix/gen-makefile @@ -18,6 +18,13 @@ love_LDADD = liblove.la love_SOURCES = love.cpp endif +# Compile scripts +#scripts/%.lua.h: scripts/%.lua +# cd scripts; \ +# lua auto.lua \$* +#TODO: Figure out how to only do this on gnu make, and detect which lua +# executable to run + # libLĂ–VE lib_LTLIBRARIES = liblove.la liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)