mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 06:06:52 -08:00
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
|
|
|
# compile ASM_NASM with /usr/bin/nasm
|
|
# compile C with /usr/bin/gcc
|
|
ASM_NASM_FLAGS = -f elf32
|
|
|
|
ASM_NASM_DEFINES =
|
|
|
|
ASM_NASM_INCLUDES =
|
|
|
|
C_FLAGS = -m32 -ffreestanding -nostdlib -std=gnu11
|
|
|
|
C_DEFINES =
|
|
|
|
C_INCLUDES =
|
|
|