Skip to content
  • aaaaalbert's avatar
    Add sub-Makefile to replace XCode project file · 0dccacc7
    aaaaalbert authored
    Add a simplistic sub-Makefile to build a static library from the
    OSX USB HID subdir using, most prominently, `cc -c` (so as
    to not link object files) and a final `ar` (so as to create
    the static lib).
    
    A change to [hid]'s main makefile is also required, it follows
    in the next commit.
    0dccacc7