Tiny fix in Makefile

This commit is contained in:
Jef Roosens 2021-04-13 22:09:50 +02:00
parent fe6a5f81b3
commit bdd27446eb
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -11,7 +11,7 @@ release:
.PHONY: release .PHONY: release
push: push:
@ ./build -m prod -a push @ ./build -m rel -a push
.PHONY: push .PHONY: push
# Run # Run