Files
LCD2USB/testapp/Makefile.mingw
T
2016-01-12 20:42:20 +01:00

16 lines
157 B
Makefile

#
# Makefile.xmingw
#
APP = lcd2usb
all: $(APP).exe
clean:
rm -f $(APP).exe
$(APP).exe: $(APP).c
$(CC) -Wall -mno-cygwin -DWIN -o $@ $(APP).c -lusb