forked from AbleOS/ableos
17 lines
271 B
TOML
17 lines
271 B
TOML
[package]
|
|
name = "htasm_test"
|
|
authors = ["able"]
|
|
|
|
# Similar to cargo libraries
|
|
[dependants.libraries]
|
|
# Similar to cargo install
|
|
[dependants.binaries]
|
|
htasm = ""
|
|
|
|
[build.debug]
|
|
command = "htasm src/main.S"
|
|
|
|
[run.debug]
|
|
depends = ["build.debug"]
|
|
command = "bin/main.hbf"
|