$NetBSD: patch-Makefile,v 1.1 2019/11/24 00:45:39 nia Exp $

Do not force -O3/-g.

Fix indentation.

--- Makefile.orig	2019-11-13 03:18:50.000000000 +0000
+++ Makefile
@@ -6,14 +6,13 @@ CC ?= gcc
 #CC ?= clang
 
 # Enable compiler warnings. This is an absolute minimum.
-CFLAGS += -Wall -std=c99 -O3 #-Wextra
+CFLAGS += -Wall -std=c99
 
 # Define your optimization flags.
 #
 # These are good for regular use.
 #CFLAGS += -O2 -fomit-frame-pointer -falign-functions=2 -falign-loops=2 -falign-jumps=2
 # These are handy for debugging.
-CFLAGS += -g
 
 # Define where you want Frotz installed
 PREFIX ?= /usr/local
@@ -297,7 +296,7 @@ ifneq ($(and $(wildcard $(GIT_DIR)),$(sh
 		$(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)
