From adfacbc873b7554eeb938f8e907d1966027f87b1 Mon Sep 17 00:00:00 2001 From: Pierre-Alain TORET Date: Sat, 9 Jun 2018 15:25:18 +0200 Subject: [PATCH] Makefile: fix MAKECMDGOALS typo Signed-off-by: Pierre-Alain TORET --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 94a49db..58c7c43 100644 --- a/Makefile +++ b/Makefile @@ -45,11 +45,11 @@ api: .PHONY: templates templates: - cd templates && $(MAKE) $(MAKECDMGOALS) + cd templates && $(MAKE) $(MAKECMDGOALS) .PHONY: db db: - cd db && $(MAKE) $(MAKECDMGOALS) + cd db && $(MAKE) $(MAKECMDGOALS) devel-copy: devel-copy-frontend devel-copy-api devel-copy-templates devel-copy-db