/Designs/Tools/i2c_Tiny_USB/SW/testapp/PC/Makefile.macos
0,0 → 1,14
#
# Makefile
#
 
APP = i2c_usb
 
all: $(APP)
 
clean:
rm -f $(APP)
 
$(APP): $(APP).c
$(CC) -Wall -I/sw/include -o $@ $(APP).c -L/sw/lib -lusb