1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/sysdata/programs/test/meta.toml

17 lines
271 B
TOML
Raw Normal View History

[package]
2024-04-25 01:09:45 +00:00
name = "htasm_test"
authors = ["able"]
# Similar to cargo libraries
[dependants.libraries]
# Similar to cargo install
[dependants.binaries]
2024-04-25 01:09:45 +00:00
htasm = ""
[build.debug]
2024-04-25 04:08:34 +00:00
command = "htasm src/main.S"
[run.debug]
depends = ["build.debug"]
2024-04-25 04:08:34 +00:00
command = "bin/main.hbf"