From bceb959488d5d4e6b1da6e158478f637720ce51b Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 16 Apr 2018 21:52:52 +0530 Subject: [PATCH] Makefile: add possible refactor TODO --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 922ac9b..70c5913 100644 --- a/Makefile +++ b/Makefile @@ -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)