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;