Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
08afdfa8
Commit
08afdfa8
authored
Jan 18, 2013
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better cleanup
parent
05f7d65f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+3
-1
Makefile
examples/Makefile
+1
-1
No files found.
Makefile
View file @
08afdfa8
...
...
@@ -156,4 +156,6 @@ release: clean
F
=
mongoose-
`
perl
-lne
'/define\s+MONGOOSE_VERSION\s+"(\S+)"/ and print $$1'
mongoose.c
`
.tgz
;
cd
..
&&
tar
-czf
x mongoose/
{
LICENSE,Makefile,examples,test,build,
*
.[ch],
*
.md
}
&&
mv
x mongoose/
$$
F
clean
:
rm
-rf
*
.o
*
.core
$(PROG)
*
.obj
*
.so
$(PROG)
.txt
*
.dSYM
*
.tgz
$(PROG)
.exe
*
.dll
*
.lib build/res.o build/res.RES
cd
examples
&&
$(MAKE)
clean
rm
-rf
*
.o
*
.core
$(PROG)
*
.obj
*
.so
$(PROG)
.txt
*
.dSYM
*
.tgz
\
$(PROG)
.exe
*
.dll
*
.lib build/res.o build/res.RES
*
.dSYM
examples/Makefile
View file @
08afdfa8
...
...
@@ -25,4 +25,4 @@ windows:
$(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
rm
-rf
hello
upload post websocket chat
*
.exe
*
.dSYM
*
.obj
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment