From 11658f2830316dc9afa9675c4bdec6af8f501a33 Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 29 Jan 2019 07:23:01 -0800 Subject: Remove '-r' from sed command (not required and does not work on MacOS). Remove 'echo Done', no longer needed. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13810dc..18f3345 100644 --- a/Makefile +++ b/Makefile @@ -119,10 +119,9 @@ list-boards: # MEE programs are any submodules in the software folder list-programs: - @echo program-list: $(shell grep -o '= software/.*$$' .gitmodules | sed -r 's/.*\///') + @echo program-list: $(shell grep -o '= software/.*$$' .gitmodules | sed 's/.*\///') list-options: list-programs list-boards - @echo done endif -- cgit v1.2.1-18-gbd029