From 4236c93b57bf0255a05b21d2f46c952154ed3b54 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 5 Feb 2022 14:53:32 +0100 Subject: [PATCH] spell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2429d74..ef0e489 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ uninstall: # target: install - Install all files install: install-scripts install-conf install-systemd -# Install targets - add build sources to prereqa as well, so that build dir is re-created if deleted (expected behaviour). +# Install targets - add build sources to prereq as well, so that build dir is re-created if deleted (expected behaviour). # target: install-scripts - Install executables. install-scripts: $(DEST_SCRIPTS) # target: install-conf - Install restic configuration files.