From: Mark Wooding Date: Sun, 13 Aug 2017 03:32:36 +0000 (+0100) Subject: Makefile: Fix a stupid typo. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/4937ba2d5469c787cdfd9d3aea78fd290e0bac37 Makefile: Fix a stupid typo. --- 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))