require( "build_core" ) config_lua = env:Custom{ 'src/config.mf', target = 'config.lua', command = 'lua bin/manifold.lua $SOURCE $TARGET' } config_bin = env:Custom{ 'build/config.lua', target = 'config', command = 'build/glue build/stub $SOURCE $TARGET; chmod 0700 $TARGET' } hamster.Build()