mirror of
https://github.com/veeso/termscp.git
synced 2026-09-11 06:38:42 -07:00
e966a83220
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
Site / build-site (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled
12 lines
258 B
Makefile
12 lines
258 B
Makefile
import "./just/build.just"
|
|
import "./just/changelog.just"
|
|
import "./just/code_check.just"
|
|
import "./just/publish.just"
|
|
import "./just/run.just"
|
|
import "./just/site.just"
|
|
import "./just/test.just"
|
|
|
|
# Lists all the available commands
|
|
default:
|
|
@just --list
|