Procházet zdrojové kódy

Mark all targets as phony

Ref: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
Jaap Roes před 2 roky
rodič
revize
9badc1c7f3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"