summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1be00e9..51b6a39 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@ BUILD_DIR=build
K_BIN_NAME=kernel.bin
ISO_NAME=os_image.iso
-CC=gcc
+CC=cc
LD=ld
-CFLAGS= -std=c2x -ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR)
+CFLAGS=-std=c2x -ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR)
C_SRC=$(shell find $(SRC_DIR) -type f -name "*.c")