/Designs/Tools/i2c_Tiny_USB/SW/testapp/PC/Makefile.cygwin
0,0 → 1,15
#
# Makefile.cygwin
#
 
APP = i2c_usb
 
all: $(APP).exe
 
clean:
rm -f $(APP).exe
 
$(APP).exe: $(APP).c
$(CC) -Wall -DWIN -o $@ $(APP).c -lusb