Quellcode durchsuchen

Mark all targets as phony

Ref: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
Jaap Roes vor 2 Jahren
Ursprung
Commit
9badc1c7f3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"