Higher half, c main

This commit is contained in:
2022-01-02 23:34:25 +01:00
parent 0f28d5ae84
commit eea52c1717
6 changed files with 98 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ CC := ${TARGET}-gcc
SRC := $(wildcard **/*.[cS])
OBJ := $(patsubst %, %.o, $(basename $(SRC)))
CFLAGS := -Wall -Wextra -pedantic -ffreestanding
CFLAGS := -Wall -Wextra -pedantic -ffreestanding -mcmodel=large
CFLAGS += -ggdb -O0
ASFLAGS += -ggdb
CPPFLAGS += -I include