mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-10 08:20:27 +00:00
Minor changes
This commit is contained in:
parent
13e69371eb
commit
9e021f564c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -5,7 +5,8 @@ CFLAGS=
|
|||
|
||||
MACROS=\
|
||||
-DZMQ_TOKEN=\"$(ZMQ_TOKEN)\" \
|
||||
-DZMQ_MSG_SIZE=$(ZMQ_MSG_SIZE)
|
||||
-DZMQ_MSG_SIZE=$(ZMQ_MSG_SIZE) \
|
||||
-DLOGGER_DELAY=$(LOGGER_DELAY)
|
||||
|
||||
all: publisher subscriber logger
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue