chore(Makefile): tweak backend-prod targets
This commit is contained in:
parent
09621cfcce
commit
f20fdff531
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ backend-%: # .stack-work.lock # --stack-work-$*
|
|||||||
|
|
||||||
.PHONY: backend-%-prod # TODO deprecated in favor of bins; remove
|
.PHONY: backend-%-prod # TODO deprecated in favor of bins; remove
|
||||||
backend-%-prod: # .stack-work.lock # --stack-work-$*
|
backend-%-prod: # .stack-work.lock # --stack-work-$*
|
||||||
$(MAKE) -- --backend-$*
|
$(MAKE) -- --backend-$*-prod
|
||||||
|
|
||||||
# TODO: this creates more binaries than just bin/uniworx as side effect! Document or change behaviour?
|
# TODO: this creates more binaries than just bin/uniworx as side effect! Document or change behaviour?
|
||||||
bin/uniworx:
|
bin/uniworx:
|
||||||
|
|||||||
Reference in New Issue
Block a user