chore(Makefile): build
This commit is contained in:
parent
c7c0f9ae08
commit
c728e1740a
5
Makefile
5
Makefile
@ -4,6 +4,9 @@ db ?= -cf
|
|||||||
help:
|
help:
|
||||||
@echo "Nothing to see here, go away"
|
@echo "Nothing to see here, go away"
|
||||||
|
|
||||||
|
.PHONY: build
|
||||||
|
build: frontend-build backend-build
|
||||||
|
|
||||||
.PHONY: backend-%
|
.PHONY: backend-%
|
||||||
backend-%: .develop.env .stack-work.lock # --stack-work-$*
|
backend-%: .develop.env .stack-work.lock # --stack-work-$*
|
||||||
$(MAKE) -- --backend-$*
|
$(MAKE) -- --backend-$*
|
||||||
@ -87,8 +90,6 @@ clean:
|
|||||||
# mv .stack-work .stack-work-$*
|
# mv .stack-work .stack-work-$*
|
||||||
# flock -u .stack-work.lock true
|
# flock -u .stack-work.lock true
|
||||||
|
|
||||||
# TODO: yarn2nix target
|
|
||||||
|
|
||||||
# watch:
|
# watch:
|
||||||
# while true; do \
|
# while true; do \
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user