makefile type error

This commit is contained in:
Tristan Krause 2019-05-16 10:02:26 +02:00
parent 239493e183
commit 4072550994

View file

@ -53,10 +53,10 @@ install: drv
help: help:
@echo "This Makefile compiles the b15f driver lib and command line interface (CLI):" @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 drv ..... to compile the b15f driver lib"
@echo "make cli ..... to compile the cli" @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" @echo "make clean ... to delete objects and executables"
clean: clean: