aa42870720c70fe39602fa0af791a9865faa8204
A template project with a Makefile that supports sub-directories.
The Makefile will automatically detect and compile new source files when they are added to the "src" and "res" directories.
Project directories
- src: Main program source files (.c, .h, .s) can go here
- res: Program graphics and audio source files (.c, .h, .s) can go here
- obj: Compiled ROM (.gb) and debug files go in this directory
Must have gbdk-2020 in a folder named "gbdk" in the root folder.
Languages
C
95.8%
Makefile
2.8%
Batchfile
1.4%