Makefile: fix MAKECMDGOALS typo
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
parent
1faf2fbe0b
commit
adfacbc873
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user