ableos/sysdata/programs/fisp_test/meta.toml
2024-04-24 23:08:34 -05:00

16 lines
263 B
TOML

[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"]
command = "bin/main.hbf"