diff --git a/Makefile b/Makefile index 9c16b91..3ac4dd9 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,7 @@ frontend: backend: $(MAKE) -C backend/ build + +.PHONY: todo +todo: + ag TODO frontend/src/ backend/src/