Files
jsix_import/src/user/testapp/testapp.module
Justin C. Miller 90a0eb3c53 [build] first pass at multiarch support
Changing bonnibel to respect the --arch flag to configure. This requires
some reworking of modules, mostly in the addition of the ModuleList
class instead of just a dict of modules.
2025-11-23 23:37:37 -08:00

10 lines
156 B
Python

# vim: ft=python
module("testapp",
target = "user",
deps = [ "libc" ],
description = "Testbed app",
sources = [
"main.cpp",
])