Skip to content

Instantly share code, notes, and snippets.

@fpoussin
fpoussin / makefile
Created April 29, 2016 12:10 — forked from nall/makefile
USBTiny Example OSX Driver
all:
gcc -g -std=c99 -o usbtiny_osx usbtiny_osx.m -framework Foundation -framework IOKit
clean:
rm -rf usbtiny_osx