From 36e342fb5dbfdc339cfc86015cf0bd90bea44e8a Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Sun, 23 Apr 2023 08:21:12 +0800
Subject: Tweaked makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a428724..25557d6 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@
 # Simply comment out if not, and replace as needed.
 # Other CFLAGS lines *are* required.
 #
-CFLAGS	=	-g -w -Wsequence-point -O2 -finline-functions -I/usr/local/include
+CFLAGS	=	-g -w -Wall -O2 -finline-functions -I/usr/local/include
 
 # Decide on what to build.  Options are:
 #	emma	- Simple 'breadboard' computer.
-- 
cgit v1.2.3