X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8ef44e8d53fcd532d6c581e1984532df3f01c7b8..42211aab6f00d307978b791a5e024eceabcc4eaf:/lunaix-os/config/make-locations diff --git a/lunaix-os/config/make-locations b/lunaix-os/config/make-locations new file mode 100644 index 0000000..b60503e --- /dev/null +++ b/lunaix-os/config/make-locations @@ -0,0 +1,9 @@ +BUILD_DIR := build +KERNEL_DIR := kernel +OBJECT_DIR := $(BUILD_DIR)/obj +BIN_DIR := $(BUILD_DIR)/bin +ISO_DIR := $(BUILD_DIR)/iso +ISO_BOOT_DIR := $(ISO_DIR)/boot +ISO_GRUB_DIR := $(ISO_BOOT_DIR)/grub + +INCLUDES_DIR := includes \ No newline at end of file