Skip to content

Commit aceb7a4

Browse files
authored
Merge pull request #98 from RevoSucks/make
The second great major Make/build System Refactor
2 parents 61e4d17 + 7c3001e commit aceb7a4

File tree

1,120 files changed

+92246
-13086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,120 files changed

+92246
-13086
lines changed

.gitignore

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated by splat
1+
.splat/
22
asm/
33
bin/
44
assets/
5-
6-
# Build directory
75
build/
86

9-
.vscode/
7+
linker_scripts/*/auto/
8+
linker_scripts/*/pokestadium.ld
9+
*_auto.ld
10+
pokestadium.ld
11+
pokestadium-*yaml
12+
1013
__pycache__/
14+
.make_options
1115

16+
ctx.c
17+
ctx.c.m2c
1218
*.o
13-
*.z64
14-
*.ld
15-
*.csv
1619

17-
undefined_funcs_auto.txt
18-
undefined_syms_auto.txt
19-
20-
# qemu-irix compilers
21-
tools/ido5.3_compiler/
22-
tools/ido7.1_compiler/
23-
24-
# diffing directory
25-
expected/
20+
*.z64
21+
*.n64
22+
*.v64
23+
*.plf
24+
*.sym
25+
.venv
2626

27-
# misc
28-
.DS_Store
27+
.vscode/*
28+
!.vscode/c_cpp_properties.json

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "tools/n64splat"]
22
path = tools/n64splat
33
url = https://github.com/ethteck/n64splat.git
4-
[submodule "tools/asmproc"]
5-
path = tools/asmproc
6-
url = https://github.com/simonlindholm/asm-processor.git

0 commit comments

Comments
 (0)