From: Urban Wallasch Date: Sun, 21 Jul 2019 21:43:09 +0000 (+0200) Subject: * Fixed telelogger Makefile recipe. X-Git-Tag: v0.1.0~85 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=4cd68203feeac98918ea3822f13c94012e6847f1;p=ets2_tele.git * Fixed telelogger Makefile recipe. --- diff --git a/Makefile b/Makefile index 00c0074..e00c59f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ telemetry.so: telemetry.cpp $(SDK_HEADERS) telehttpd: telehttpd.o shmget.o net.o fserv.o ntime.o $(CC) $(LDFLAGS) -o $@ -pthread $^ -telelogger: telelogger.o shmget.o net.o fserv.o ntime.o +telelogger: telelogger.o shmget.o $(CC) $(LDFLAGS) -o $@ $^ %.o: %.c $(SELF)