don't use git submodule for gbdk because it doesn't have binaries
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
compile.bat
|
||||
obj
|
||||
gbdk
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "gbdk-2020"]
|
||||
path = gbdk-2020
|
||||
url = https://github.com/gbdk-2020/gbdk-2020.git
|
||||
|
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@
|
||||
|
||||
# If you move this project you can change the directory
|
||||
# to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/"
|
||||
GBDK_HOME = ./gbdk-2020/
|
||||
GBDK_HOME = ./gbdk/
|
||||
|
||||
LCC = $(GBDK_HOME)bin/lcc
|
||||
|
||||
|
Submodule gbdk-2020 deleted from 48265b8e17
@@ -6,11 +6,8 @@ i don't know what i'm doing
|
||||
|
||||
## compile
|
||||
|
||||
first clone submodules:
|
||||
|
||||
```
|
||||
git submodule init && git submodule update
|
||||
```
|
||||
first download [gbdk version 4.0.6](https://github.com/gbdk-2020/gbdk-2020/releases/tag/4.0.6) and
|
||||
extract the release to the folder `<PROJECT ROOT>/gbdk`
|
||||
|
||||
and then compile the game
|
||||
|
||||
|
Reference in New Issue
Block a user