Преглед изворни кода

Mark all targets as phony

Ref: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
Jaap Roes пре 2 година
родитељ
комит
9badc1c7f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-.PHONY: clean-pyc develop lint test coverage
+.PHONY: clean-pyc develop lint-server lint-client lint-docs lint format-server format-client format test coverage
 
 help:
 	@echo "clean-pyc - remove Python file artifacts"