Skip to content
Snippets Groups Projects
Commit 9f9a1638 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

clean target added

parent fb07a937
No related branches found
No related tags found
No related merge requests found
......@@ -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)
\ No newline at end of file
$(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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment