medfall

A super great game engine
Log | Files | Refs

commit d092800f4af8e9cd3d42dc122da10a31338c21a4
parent a96527f2df89dc9a0d6161b64ea91cc1811cf5e5
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed May 10 02:59:25 +0300

Oops

Diffstat:
scripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -261,7 +261,7 @@ printf( [[ @$(AR) rs $@ $^ ]], lib_suffix ) -printf( "include %s/**.d", dir ) +printf( "-include %s/**.d", dir ) end