toaruos/Makefile.inc
2011-01-29 14:52:44 -06:00

6 lines
165 B
Makefile

CC = gcc
LD = ld -m elf_i386
CFLAGS = -Wall -Wextra -pedantic -m32 -O0 -std=c99 -finline-functions -fno-stack-protector -nostdinc -ffreestanding
NASM = nasm -f elf