mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
11 lines
99 B
Makefile
11 lines
99 B
Makefile
|
|
SUBDIRS =
|
|
|
|
if WANT_JANSSON
|
|
SUBDIRS += jansson
|
|
endif
|
|
|
|
if WANT_USBUTILS
|
|
SUBDIRS += libusb-1.0
|
|
endif
|