From 5555d16fa3114d306a467e5cbeaf501c64c2d83b Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Fri, 19 Jul 2019 14:33:31 +0200 Subject: [PATCH] [fix] fix impossible to rebuild, make saying build is up-to-date --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a674ecb..2296c65e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: docs tests check check-format mypy pylint format deploy deploy_test +.PHONY: docs tests check check-format mypy pylint format build deploy deploy_test .SILENT: deploy deploy_test # do not echo commands with password # generate documentation -- GitLab