-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
46 lines (34 loc) · 862 Bytes
/
Makefile
File metadata and controls
46 lines (34 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# *********************************
# *** Author: Nebula Technology ***
# *** File: Makefile ***
# *** Date: 17/02/2026 ***
# *** Update: 17/02/2026 ***
# *********************************
# *************
# *** Shell ***
# *************
include config/make/shell.mk
# ****************************
# *** Environment Settings ***
# ****************************
include config/make/environment.mk
# ***************
# *** Folders ***
# ***************
include config/make/folder.mk
# *************
# *** Files ***
# *************
include config/make/file.mk
include config/make/find.mk
# *************
# *** Tools ***
# *************
include config/make/tool.mk
include config/make/flag.mk
# *************
# *** Rules ***
# *************
include config/make/rule.mk
include config/make/compile.mk
include config/make/pattern.mk