From c0c7bb8f7c5fb3dd2fef2223c1aa42b9e5c69cc3 Mon Sep 17 00:00:00 2001 From: Jason Baldus Date: Thu, 2 Feb 2023 15:45:52 -0500 Subject: [PATCH] Fixes a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02cb8fd..444d8a4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - @echo Changing permissions to library and bundling int o build/adv.tar ; \ + @echo Changing permissions to library and bundling into build/adv.tar ; \ mkdir -p ./build ; \ bash -c ". setup.sh; setup_wateringholes; setup_skeletons;" ; \ chmod 055 ./path_to_adventure/world/castle/library ; \