mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Minor changes
This commit is contained in:
parent
0c0a6ebf44
commit
ffbd3d0067
4 changed files with 42 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ all: publisher client logger
|
|||
publisher: src/publisher.c src/utils.c
|
||||
$(CC) -lzmq $^ -o $@
|
||||
|
||||
client: src/client.c
|
||||
client: src/client.c src/utils.c
|
||||
$(CC) -lzmq $^ -o $@
|
||||
|
||||
logger: src/logger.c src/utils.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue