Skip to content

Commit

Permalink
makefile regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Dec 28, 2017
1 parent a728b59 commit b0ac5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ clean: ## clean build directory and cache files


compile: ## clean and build extension
clean
make clean
$(PYTHON) setup.py build_ext

compile-dev: ## clean and build extension in place (for development)
clean
make clean
$(PYTHON) setup.py build_ext -i


Expand Down

0 comments on commit b0ac5bb

Please sign in to comment.