mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-02-02 13:52:55 +08:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/libusb
|
|
LDADD = ../libusb/libusb-1.0.la
|
|
|
|
noinst_PROGRAMS = stress
|
|
|
|
stress_SOURCES = stress.c libusbx_testlib.h testlib.c
|