mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-16 16:13:58 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
LIST=CPU
|
||
|
ifndef QRECURSE
|
||
|
QRECURSE=recurse.mk
|
||
|
ifdef QCONFIG
|
||
|
QRDIR=$(dir $(QCONFIG))
|
||
|
endif
|
||
|
endif
|
||
|
include $(QRDIR)$(QRECURSE)
|