refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / config / make-cc
diff --git a/lunaix-os/config/make-cc b/lunaix-os/config/make-cc
deleted file mode 100644 (file)
index 416ae68..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-CC := i686-elf-gcc
-AS := i686-elf-as
-
-O := -O2
-W := -Wall -Wextra
-CFLAGS := -std=gnu99 -ffreestanding $(O) $(W)
-LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc
\ No newline at end of file