mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 21:09:52 +00:00
ec912054da
* Clean up .gitignore * Set exec bit on all python and shell scripts * Delete unused files * Add decomp-permuter repo * Update submodules
8 lines
215 B
Python
Executable File
8 lines
215 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['myimg'] = 'rom.z64'
|
|
config['mapfile'] = 'build/mm.map'
|
|
config['source_directories'] = ['./src','./include']
|