mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-22 01:35:26 +00:00
run through formatter
This commit is contained in:
parent
7f84267b5a
commit
0affb2bf2d
10
Taskfile.yml
10
Taskfile.yml
@ -21,15 +21,15 @@ vars:
|
||||
|
||||
tasks:
|
||||
default:
|
||||
desc: "Build vmrcli for Windows"
|
||||
desc: Build vmrcli for Windows
|
||||
deps: [build]
|
||||
|
||||
build:
|
||||
desc: "Build vmrcli for Windows"
|
||||
desc: Build vmrcli for Windows
|
||||
deps: [link]
|
||||
|
||||
link:
|
||||
desc: "Link all files in obj/ for Windows"
|
||||
desc: Link all files in obj/ for Windows
|
||||
deps: [compile]
|
||||
cmds:
|
||||
- |
|
||||
@ -45,7 +45,7 @@ tasks:
|
||||
- '{{.BIN_DIR}}/{{.PROGRAM}}.exe'
|
||||
|
||||
compile:
|
||||
desc: "Compile all files in src/ and include/ for Windows"
|
||||
desc: Compile all files in src/ and include/ for Windows
|
||||
cmds:
|
||||
- |
|
||||
{{.SHELL}} -Command "
|
||||
@ -63,7 +63,7 @@ tasks:
|
||||
- '{{.OBJ_DIR}}/**'
|
||||
|
||||
clean:
|
||||
desc: "Remove all files in obj/ and bin/"
|
||||
desc: Remove all files in obj/ and bin/
|
||||
cmds:
|
||||
- |
|
||||
{{.SHELL}} -Command "
|
||||
|
Loading…
Reference in New Issue
Block a user