chore(Makefile): build
This commit is contained in:
parent
c7c0f9ae08
commit
c728e1740a
5
Makefile
5
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 \
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user