about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-07-03 10:42:10 +0300
committerNakidai <nakidai@disroot.org>2025-07-03 10:42:10 +0300
commitc07461337363d7c3e28bac53e73c16d038903e87 (patch)
treee26a0dd3166ea37e84ecd2efdae2260e7d0693ac /Makefile
parent55a180b3b35247a8ee2c12e94c19befdba09550b (diff)
downloadsmalltcp-c07461337363d7c3e28bac53e73c16d038903e87.tar.gz
smalltcp-c07461337363d7c3e28bac53e73c16d038903e87.zip
ImpOwOments
- Use better thing for compiling
- Remove all those unneeded function definitions bloating my beautiful
  perfect code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fd5245..528c21a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RM ?= rm -f
 PREFIX ?= /usr/local/
 BINDIR ?= ${PREFIX}/bin
 
-CFLAGS += -ansi
+CC = cc -ansi -fno-builtin
 
 .PHONY: all
 all: buc bus