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