Makefile: .PHONY

This commit is contained in:
Dmitry Tantsur 2014-10-09 17:21:06 +02:00
parent eef833ce30
commit 1d2cdb01de
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ env:
test_env: env
.env/bin/pip install flake8 mock
.PHONY: test env test_env