build(Makefile): add documentation
This commit is contained in:
parent
61fb8b7ea9
commit
3151be6f41
2
Makefile
2
Makefile
@ -94,11 +94,13 @@ release:
|
|||||||
git push origin $${VERSION}
|
git push origin $${VERSION}
|
||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
|
# HELP: perform full compilation (frontend and backend)
|
||||||
compile:
|
compile:
|
||||||
$(MAKE) compile-frontend
|
$(MAKE) compile-frontend
|
||||||
$(MAKE) compile-backend
|
$(MAKE) compile-backend
|
||||||
|
|
||||||
.PHONY: start
|
.PHONY: start
|
||||||
|
# HELP: start complete development environment with a fresh test database
|
||||||
start:
|
start:
|
||||||
$(MAKE) start-postgres
|
$(MAKE) start-postgres
|
||||||
$(MAKE) start-memcached
|
$(MAKE) start-memcached
|
||||||
|
|||||||
Reference in New Issue
Block a user