Explorar o código

clean target added

Sergey Lyubka %!s(int64=12) %!d(string=hai) anos
pai
achega
9f9a1638f7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      examples/Makefile

+ 4 - 1
examples/Makefile

@@ -21,4 +21,7 @@ windows:
 	$(CL) upload.c ../mongoose.c $(CLFLAGS)
 	$(CL) post.c ../mongoose.c $(CLFLAGS)
 	$(CL) post.c ../mongoose.c $(CLFLAGS)
-	$(CL) /DUSE_WEBSOCKET websocket.c ../mongoose.c $(CLFLAGS)
+	$(CL) /DUSE_WEBSOCKET websocket.c ../mongoose.c $(CLFLAGS)
+
+clean:
+	rm -rf hello hello.exe upload upload.exe post post.exe websocket websocket.exe chat chat.exe *.dSYM *.obj