3 lines
176 B
Makefile
3 lines
176 B
Makefile
all:
|
|
mkdir -p ../built
|
|
$(CC) -g -Wall tool.c ../hidapi/mac/hid.c -I../../uf2-samd21/inc -I../hidapi/hidapi -I. -framework IOKit -framework CoreFoundation -o ../built/uf2tool
|