From 4a076c7ea4bf652e110cdef2c9fdace57a70a0e9 Mon Sep 17 00:00:00 2001 From: Daniel O'Connell <daniel@callisto.local> Date: Tue, 13 May 2014 10:56:32 +0100 Subject: [PATCH] Added proxy to the clean target --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 90145b9e7..948fc06ce 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -67,4 +67,4 @@ u: ./$@ clean: - -@$(RM) hello mjpg upload post websocket auth server multi_threaded websocket_html.c *.exe *.dSYM *.obj .*o u a.out + -@$(RM) hello mjpg upload post websocket auth server multi_threaded proxy websocket_html.c *.exe *.dSYM *.obj .*o u a.out -- GitLab