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