1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/fisp_test/meta.toml
2024-04-24 20:09:45 -05:00

16 lines
251 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 = ""