mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 04:38:42 +01:00
8 lines
80 B
Makefile
8 lines
80 B
Makefile
![]() |
|
||
|
if BUILD_CHAT
|
||
|
DIR_CHAT = chat
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(DIR_CHAT)
|
||
|
DIST_SUBDIRS = chat
|