aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-12 04:14:22 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-12 04:14:28 -0400
commitdf3afac081acea1cb8fd081dfd935973a9eaeed6 (patch)
treeb6de9b6ab3881c7a14f607c69ff72fbc36791f71 /build.rs
parentfa1c3226f0db6bcfb216db80e41840b48ae7610b (diff)
hopefully working
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..8055865
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,3 @@
+pub fn main() {
+ molybdos_build::run(molybdos_build::MachineSpec::rpi_pico()).unwrap();
+}