mirror of https://github.com/nealey/hdjd.git
5 lines
104 B
Makefile
5 lines
104 B
Makefile
|
CFLAGS=$(shell pkg-config --cflags libusb-1.0)
|
||
|
LDFLAGS=$(shell pkg-config --libs libusb-1.0)
|
||
|
|
||
|
all: hdjd
|