diff --git a/Makefile b/Makefile index 59dc864..d65c432 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ###CONFIGURATION -ARCH := i686 +ARCH := i386 CROSS := $(ARCH)-elf- AS := nasm CC := $(CROSS)gcc