Skip to content

Instantly share code, notes, and snippets.

View nall's full-sized avatar

Jon Nall nall

View GitHub Profile
@nall
nall / makefile
Created June 4, 2009 22:34
USBTiny Example OSX Driver
all:
gcc -g -std=c99 -o usbtiny_osx usbtiny_osx.m -framework Foundation -framework IOKit
clean:
rm -rf usbtiny_osx