chore(Makefile): fix syntax
This commit is contained in:
parent
8742c5b57d
commit
17986f82c4
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ bin/uniworx:
|
||||
# TODO deprecated in favor of binary targets
|
||||
.PHONY: --backend-%-prod
|
||||
--backend-%-prod:
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev# --allow-different-user
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev # --allow-different-user
|
||||
|
||||
.PHONY: --backend-build
|
||||
--backend-build:
|
||||
|
||||
Reference in New Issue
Block a user