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