blob: 770487128d873eb86c2f3264954b0f986afd81ce [file] [log] [blame]
Joey Armstrong03588972022-12-07 17:30:09 -05001# -*- makefile -*-
2
3helm-repo-tools:
4 git clone "https://gerrit.opencord.org/helm-repo-tools"
5
6clean ::
7 $(RM) helm-repo-tools
8
9# [EOF]