Makefile: add possible refactor TODO

This commit is contained in:
Adhityaa 2018-04-16 21:52:52 +05:30
parent 13973738c2
commit bceb959488

View File

@ -16,6 +16,9 @@ devel: frontend api devel-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
frontend:
cd frontend && $(MAKE) $(MAKECMDGOALS)