From: volpol Date: Thu, 25 Jul 2019 21:02:08 +0000 (+0200) Subject: * Added telelogger to clean target X-Git-Tag: v0.1.0~75 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=407ab0578f6d9524881235ce8e36b87378775d7e;p=ets2_tele.git * Added telelogger to clean target --- diff --git a/Makefile b/Makefile index e49e4c6..473d788 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,4 @@ telelogger: telelogger.o shmget.o $(CC) -c $(CFLAGS) -o $*.o $*.c clean: - @rm -f -- *.so *.o telehttpd + @rm -f -- *.so *.o telehttpd telelogger