aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-01-19 14:40:59 -0330
committerSam Anthony <sam@samanthony.xyz>2023-01-19 14:40:59 -0330
commitb16b909074691c5d528774827b43c66cefc5f865 (patch)
tree265d5d564520e98cd8da1bc8b7914ea894b52eef /Makefile
parent74c5641b7a46c02e999f1e0cf506c983ede37995 (diff)
downloadvolute-b16b909074691c5d528774827b43c66cefc5f865.zip
use Volume in text_input widget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e91cde7..0724066 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
build: test format
- cargo build --workspace
+ cargo build
run: build
cargo run
doc: test format
- cargo doc --workspace --open
+ cargo doc --open
test: format
- cargo test --workspace
+ cargo test
format:
cargo fmt --all