From c07461337363d7c3e28bac53e73c16d038903e87 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 3 Jul 2025 10:42:10 +0300 Subject: ImpOwOments - Use better thing for compiling - Remove all those unneeded function definitions bloating my beautiful perfect code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1