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