commit c1d981120da9b67cfd007ff348203c4f7d4cf380 parent 023a53fd597ab6605d9862851d6e60487d96eac1 Author: Michael Savage <mikejsavage@gmail.com> Date: Mon May 8 02:45:59 +0300 Include the .d files Diffstat:
scripts/gen_makefile.lua | | | 2 | ++ |
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -198,6 +198,8 @@ printf( [[ printf( "clean::\n\trm -rf build release" ) +printf( "include %s/**.d", dir ) + automatically_print_output_at_exit = setmetatable( { }, { __gc = function() print( table.concat( output, "\n" ) )