From f20fdff531090f7854436cc733bdf20bd8b0d676 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 11 Jul 2024 17:21:42 +0200 Subject: [PATCH] chore(Makefile): tweak backend-prod targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21009e0ad..791b6a2dd 100644 --- a/Makefile +++ b/Makefile @@ -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: