Skip to content

Instantly share code, notes, and snippets.

View fpoussin's full-sized avatar
💭
I may be slow to respond.

Fabien Poussin fpoussin

💭
I may be slow to respond.
View GitHub Profile
@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