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
4fbfae7044
commit
cb13d2982c
4 changed files with 32 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -5,13 +5,13 @@ CFLAGS=
|
|||
|
||||
all: publisher client logger
|
||||
|
||||
publisher: src/publisher.c
|
||||
publisher: src/publisher.c src/utils.c
|
||||
$(CC) -lzmq $^ -o $@
|
||||
|
||||
client: src/client.c
|
||||
$(CC) -lzmq $^ -o $@
|
||||
|
||||
logger: src/logger.c
|
||||
logger: src/logger.c src/utils.c
|
||||
$(CC) $^ -o $@
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue