1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/programs/fisp_test/meta.toml

16 lines
263 B
TOML
Raw Normal View History

2024-04-24 20:09:45 -05:00
[package]
name = "fisp_test"
authors = ["able"]
[dependants.libraries]
[dependants.binaries]
# Refers to @FunkyEgg's lisp compiler for ableOS
fisp = ""
[build.debug]
command = "fisp src/main.fisp"
[run.debug]
depends = ["build.debug"]
2024-04-24 23:08:34 -05:00
command = "bin/main.hbf"