From c728e1740adee5349d8e7772071c4e2c45a837ff Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 16 Jan 2024 00:44:51 +0100 Subject: [PATCH] chore(Makefile): build --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d85001038..eedd6d4c8 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ db ?= -cf help: @echo "Nothing to see here, go away" +.PHONY: build +build: frontend-build backend-build + .PHONY: backend-% backend-%: .develop.env .stack-work.lock # --stack-work-$* $(MAKE) -- --backend-$* @@ -87,8 +90,6 @@ clean: # mv .stack-work .stack-work-$* # flock -u .stack-work.lock true -# TODO: yarn2nix target - # watch: # while true; do \ #