Fix needless rebuilding by touching ./local at end of build
This commit is contained in:
parent
23290e92a2
commit
4e6bef8086
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ $(ENV): requirements.txt
|
|||||||
$(VIRTUALENV) --no-site-packages $(ENV)
|
$(VIRTUALENV) --no-site-packages $(ENV)
|
||||||
$(ENV)/bin/pip install -r requirements.txt
|
$(ENV)/bin/pip install -r requirements.txt
|
||||||
$(ENV)/bin/python ./setup.py develop
|
$(ENV)/bin/python ./setup.py develop
|
||||||
|
touch $(ENV)
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: | $(TOOLS)
|
test: | $(TOOLS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user