From a0dd396b9504697999cafa3434090224f7c23a19 Mon Sep 17 00:00:00 2001 From: Josh Criz <jcriz@irongalaxystudios.com> Date: Fri, 16 Jan 2015 17:59:08 -0600 Subject: [PATCH] Update Makefile Fixing typo in 'clean' section --- examples/http_client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http_client/Makefile b/examples/http_client/Makefile index 422948ffd..5769babf0 100644 --- a/examples/http_client/Makefile +++ b/examples/http_client/Makefile @@ -9,4 +9,4 @@ unix: $(SOURCES) $(CC) -o $(PROG) $(SOURCES) $(CFLAGS) clean: - rm -rf $(PROG) *.exe *.dSYM *.obj *.exp .*o *.lib + rm -rf $(PROG) *.exe *.dSYM *.obj *.exp *.o *.lib -- GitLab