Tiny fix in Makefile
This commit is contained in:
parent
fe6a5f81b3
commit
bdd27446eb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ release:
|
|||
.PHONY: release
|
||||
|
||||
push:
|
||||
@ ./build -m prod -a push
|
||||
@ ./build -m rel -a push
|
||||
.PHONY: push
|
||||
|
||||
# Run
|
||||
|
|
|
|||
Reference in a new issue