mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
LIST=OS
|
||
|
ifndef QRECURSE
|
||
|
QRECURSE=recurse.mk
|
||
|
ifdef QCONFIG
|
||
|
QRDIR=$(dir $(QCONFIG))
|
||
|
endif
|
||
|
endif
|
||
|
include $(QRDIR)$(QRECURSE)
|