chore(Makefile): build

This commit is contained in:
Sarah Vaupel 2024-01-16 00:44:51 +01:00
parent c7c0f9ae08
commit c728e1740a

View File

@ -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 \
#