mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 01:52:23 +01:00
Added all prerequisite programs in binary for easier use. Make is now implemented top-level, and is not expected to do too much work actually. It will, however, keep track of all required gsl invocation and make sure calls are efficient by not having to rebuild everything every time. That's what make does, anyway ;)