From 97aababa97d4fbfe3724064cc576405d5d5de0aa Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 5 Jul 2020 15:17:40 +0200 Subject: send JSON string on a per thread basis to a remote sink, means that no expensive locking required Signed-off-by: Toni Uhlig --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb5a04f68..1267f6918 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,11 @@ endif RM = rm -f -main: help main.c - $(CC) $(CFLAGS) main.c -o $@ $(LDFLAGS) $(LIBS) +nDPId: help nDPId.c + $(CC) $(CFLAGS) nDPId.c -o $@ $(LDFLAGS) $(LIBS) clean: - $(RM) main + $(RM) nDPId help: @echo 'CC = $(CC)' -- cgit v1.2.3