commit - bd4b153ae4e3d8a9e99de300b22a7ca059db49de
commit + 2068e1ccb9b30f5aca75f05b80e297084d126af2
blob - 00d537b8ff2a336b051fa138c5e8138488ae27e8
blob + 2e656fa62922f8fc276f85be6f1b08d0ccd07af6
--- MyMakefile
+++ MyMakefile
## Path to Yacc
YACC ?= ${TOP}/tools/bin/yacc
+## Default C Compiler Flags
+CFLAGS ?= -O2
+CFLAGS += -ansi -Wall -Wno-deprecated-non-prototype -Wno-implicit-int
+
## Build everything
all: make sys cc
.export CC
.export TOP
.export YACC
+.export CFLAGS
.include make
.include cc
.include sys