Call a c function.

This commit is contained in:
2017-11-17 22:58:14 +01:00
parent 0a4b5ebd51
commit ab1a471857
3 changed files with 30 additions and 3 deletions

View File

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