We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17b2d8 commit 0b314dfCopy full SHA for 0b314df
Makefile
@@ -2,8 +2,7 @@ SHELL=/bin/bash
2
3
# Build recipes
4
.PHONY : build
5
-build : tests docs buildpackage
6
- $(MAKE) clean
+build : tests docs buildpackage ;
7
8
.PHONY : buildpackage
9
buildpackage : setup.py
0 commit comments