From c1080cf8cfe12eb04a018a3733eef1efc63eb942 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 11 Aug 2015 18:58:00 +0200 Subject: [PATCH] typo fix in comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4331d04..327738f 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ mrproper: clean # Some notes : # The command "make -f /path/to/here/Makefile app_name" does not work, as well # as the command "make -f /path/to/here/apps/app_name/Makefile". -# This coul dbe solved in the app Makefiles by replacing +# This could be solved in the app Makefiles by replacing # "NAME = $(shell basename $(CURDIR))" # with # "NAME = $(shell basename $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))" -- 2.43.0