From 40725509942a7beba5538536d0f63e8e4ba49457 Mon Sep 17 00:00:00 2001 From: Tristan Krause Date: Thu, 16 May 2019 10:02:26 +0200 Subject: [PATCH] makefile type error --- control/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control/src/Makefile b/control/src/Makefile index 7d6ed40..65e275c 100644 --- a/control/src/Makefile +++ b/control/src/Makefile @@ -53,10 +53,10 @@ install: drv help: @echo "This Makefile compiles the b15f driver lib and command line interface (CLI):" - @echo "make ......... to compile all" + @echo "make ......... to compile all (no install)" @echo "make drv ..... to compile the b15f driver lib" @echo "make cli ..... to compile the cli" - @echo "make install . to install the lib and headers on this machine" + @echo "make install . to install or update the lib and headers on this machine" @echo "make clean ... to delete objects and executables" clean: