chore(Makefile): tweak backend-prod targets

This commit is contained in:
Sarah Vaupel 2024-07-11 17:21:42 +02:00
parent 09621cfcce
commit f20fdff531

View File

@ -24,7 +24,7 @@ backend-%: # .stack-work.lock # --stack-work-$*
.PHONY: backend-%-prod # TODO deprecated in favor of bins; remove
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?
bin/uniworx: