diff options
Diffstat (limited to 'payloads/external/depthcharge/Makefile')
-rw-r--r-- | payloads/external/depthcharge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index 4e766870fc..cf2d0a1cca 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -68,4 +68,7 @@ clean: distclean: rm -rf $(project_dir) -.PHONY: checkout config build clean distclean clone fetch +print-repo-info: + echo "$(project_git_repo) $(project_dir)" + +.PHONY: checkout config build clean distclean clone fetch print-repo-info |