mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
11 lines
230 B
TOML
11 lines
230 B
TOML
|
[file-build]
|
||
|
command = 'gcc $(VIM_FILE) -o $(TARGET_DIR)/$(VIM_FILE_NOEXT)'
|
||
|
isBackground = false
|
||
|
[file-build.options]
|
||
|
cmd = '$(workspace)'
|
||
|
[file-run]
|
||
|
command = "echo"
|
||
|
args = ['hello']
|
||
|
isBackground = false
|
||
|
|