summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 530c5ca..c19045b 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ list-target-tags:
# Metal programs are any submodules in the software folder
.PHONY: list-programs
list-programs:
- @echo program-list: $(shell grep -o '= software/.*$$' .gitmodules | sed 's/.*\///')
+ @echo program-list: $(shell ls $(PROGRAM_ROOT)/software)
.PHONY: list-options
list-options: list-programs list-targets