From c925d1e6908619dff04b79ddecf9155c83b09a66 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Wed, 9 May 2018 13:26:51 +0100 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c32b1c0..d6e0082 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ json-c/libjson-c.a: depend: .depend -.depend: libwebsockets/lib/libwebsockets.a json_c/libjson-c.a $(SRCS) +.depend: libwebsockets/lib/libwebsockets.a json-c/libjson-c.a $(SRCS) $(RM) ./.depend $(CC) $(CFLAGS) -MM $^>>./.depend;