Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
9ab0a6d1
Commit
9ab0a6d1
authored
Apr 09, 2014
by
louiz’
Browse files
Make clean removes the build directory containing the .so library
parent
d1609b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9ab0a6d1
...
...
@@ -15,7 +15,8 @@ clean:
find ./
-name
\*
.pyo
-delete
find ./
-name
\*
~
-delete
find ./
-name
"#*#"
-delete
rm
-r
doc/build/
rm
-rf
doc/build/
rm
-rf
build
install
:
all
python3 setup.py
install
--root
=
$(DESTDIR)
--optimize
=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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