From 4937ba2d5469c787cdfd9d3aea78fd290e0bac37 Mon Sep 17 00:00:00 2001 Message-Id: <4937ba2d5469c787cdfd9d3aea78fd290e0bac37.1716776663.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 13 Aug 2017 04:32:36 +0100 Subject: [PATCH] Makefile: Fix a stupid typo. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a857bf3..9d7b8a1 100644 --- a/Makefile +++ b/Makefile @@ -259,7 +259,7 @@ endif dotfile-source = $(HERE)/dot/$(or $($1_SRC), $(1:.%=%)$2) -## Easist: just make symlinks. +## Easiest: just make symlinks. dotlink-ok-p = \ $(call symlink-ok-p,$(HOME)/$1,$(call dotfile-source,$1)) all:: $(addprefix $(HOME)/, $(DOTLINKS)) -- [mdw]