summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2024-02-01 15:25:11 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2024-02-01 15:25:11 +0100
commit5bb2a260f5f2ccde8379796b5666ac42e4a9422a (patch)
tree4a675ed207317730db23e66bd05f4447ec14f820 /Makefile
parentbcd7e7f5ff6e532c512c3c9ab43a65030417e63a (diff)
Minor changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 555653a..b39625f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ MACROS=\
-DZMQ_TOKEN=\"$(ZMQ_TOKEN)\" \
-DZMQ_MSG_SIZE=$(ZMQ_MSG_SIZE) \
-DLOG_DELAY=$(LOG_DELAY) \
--DMAX_QUEUE=$(MAX_QUEUE)
+-DMAX_QUEUE=$(MAX_QUEUE) \
+-DRCV_CMD=":"
all: publisher subscriber