git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: wrapper function for bootstraping user program
[lunaix-os.git]
/
lunaix-os
/
config
/
make-locations
1
BUILD_DIR := build
2
KERNEL_DIR := kernel
3
OBJECT_DIR := $(BUILD_DIR)/obj
4
BIN_DIR := $(BUILD_DIR)/bin
5
ISO_DIR := $(BUILD_DIR)/iso
6
USR_DIR := $(BUILD_DIR)/usr
7
ISO_BOOT_DIR := $(ISO_DIR)/boot
8
ISO_GRUB_DIR := $(ISO_BOOT_DIR)/grub
9
10
INCLUDES := -Iincludes -Iusr/includes