mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
9 lines
253 B
Python
9 lines
253 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['myimg'] = 'papermario.z64'
|
|
config['mapfile'] = 'build/papermario.map'
|
|
config['source_directories'] = ['.']
|
|
config['make_command'] = ['ninja']
|