mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-29 06:50:28 -04:00
Makefile: add possible refactor TODO
This commit is contained in:
parent
13973738c2
commit
bceb959488
3
Makefile
3
Makefile
@ -16,6 +16,9 @@ devel: frontend api devel-copy
|
|||||||
|
|
||||||
prod: frontend api prod-copy
|
prod: frontend api prod-copy
|
||||||
|
|
||||||
|
# TODO: This can probably be written better: instead of explicitly defining
|
||||||
|
# each target subdirectory, define them at the top and automatically do stuff.
|
||||||
|
|
||||||
.PHONY: frontend
|
.PHONY: frontend
|
||||||
frontend:
|
frontend:
|
||||||
cd frontend && $(MAKE) $(MAKECMDGOALS)
|
cd frontend && $(MAKE) $(MAKECMDGOALS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user