From 7352c19a72d49de0f40706e4a221d59021de9a38 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 24 Sep 2019 15:16:09 +0200 Subject: [PATCH] fix make help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebb4dacb8..318251892 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ help: @echo "+ all - Make all targets: bootrom, fullimage and OS-specific host tools" @echo "+ clean - Clean in all targets" @echo "+ .../clean - Clean in specified target and its deps, e.g. bootrom/clean" - @echo "+ (un)install - Install/uninstall Proxmark files in the system, default to /usr/local/share, + @echo "+ (un)install - Install/uninstall Proxmark files in the system, default to /usr/local/share," @echo " else provide a PREFIX. See Maintainers.md for more options" @echo @echo "+ bootrom - Make bootrom"