implements integer printing into printf, and adds some testing logs
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
# or maybe add it to a bash script instead? im not sure
|
||||
|
||||
CC = i686-elf-gcc
|
||||
CFLAGS = -m32 -ffreestanding -Wall -Wextra -Werror -Wpedantic --sysroot=$(PWD)/sysroot -isystem=/usr/include -Iinclude -MD
|
||||
CFLAGS = -m32 -ffreestanding -Wall -Wextra -Werror -Wpedantic --sysroot=$(PWD)/sysroot -isystem=/usr/include -Iinclude -MD -D__TESTING__
|
||||
|
||||
AS = nasm
|
||||
ASFLAGS = -f elf
|
||||
|
Reference in New Issue
Block a user