Makefile: fix MAKECMDGOALS typo

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
Pierre-Alain TORET 2018-06-09 15:25:18 +02:00
parent 1faf2fbe0b
commit adfacbc873

View File

@ -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