summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-04-23 08:21:12 +0800
committerIan C <ianc@noddybox.co.uk>2023-04-23 08:21:12 +0800
commit36e342fb5dbfdc339cfc86015cf0bd90bea44e8a (patch)
tree19cf5413468fd2b449b65707b5721960cbd904f5 /Makefile
parent793788771dcf70b2ff2c7c082517f33239bf719d (diff)
Tweaked makefileHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.