From 63051c6f1cf59e468cb4175deea83c82888d18c2 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 26 Apr 2026 22:55:20 -0400 Subject: Working assembler --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7dcaf1..81d4494 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ CC ?= gcc AR ?= ar CHK_SOURCES ?= $(SRCS) CPPFLAGS ?= -MMD -MP -CFLAGS ?= -flto -ffat-lto-objects -march=native --std=c89 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -ftrapv -LDFLAGS ?= -flto -g -static -lcolonq-pit -lcolonq-elf +CFLAGS ?= --std=c89 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -ftrapv +LDFLAGS ?= -g -static -lcolonq-pit -lcolonq-elf BUILD = build_$(CC) -- cgit v1.2.3