diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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. | 
