Blob Blame History Raw
diff --git a/Makefile b/Makefile
index 63f410035b59eadfa2023586f8431565930c0f29..95e6302197eff81f5c0251a08d6dc0eeb18f8fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -297,7 +297,7 @@ ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),)
 		$(NAME)src/doc/*.6 $(NAME)src/doc/frotz.conf* \
 		$(NAME)src/doc/Xresources  > /dev/null
 else
-        @echo "Not in a git repository or git command not found.  Cannot make a tarball."
+	@echo "Not in a git repository or git command not found.  Cannot make a tarball."
 endif
 
 all: $(FROTZ_BIN) $(DFROTZ_BIN) $(SFROTZ_BIN)