diff options
| author | Fuwn <[email protected]> | 2021-03-29 15:09:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-29 15:09:35 +0000 |
| commit | 4835a73ae5f27d9abef08f8830bc4e8f8c8d399a (patch) | |
| tree | 0c7c18e7ec7019a3aad246004611729feada141c | |
| parent | chore: Create `Makefile` to speed up development (diff) | |
| download | whirl-4835a73ae5f27d9abef08f8830bc4e8f8c8d399a.tar.xz whirl-4835a73ae5f27d9abef08f8830bc4e8f8c8d399a.zip | |
chore: Add config task
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ help: run: cargo run -- $(flags) run + +config: + cargo run -- $(flags) config |