summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ba91b41..a479b5b4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
AR=ar
ARFLAGS=rU
-BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -Iinclude -Isrc
+BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -fno-builtin -Iinclude -Isrc
OBJDIR=obj
SRCDIR=src
-all: libc_C.0
+all:
include .config.mk
include mk/all.mk