Update Makefile
This commit is contained in:
parent
8434fa0c96
commit
16f5cb2e2e
15
Makefile
15
Makefile
@ -24,17 +24,4 @@ uninstall:
|
|||||||
@rm -f $(TARGET_DIR)/$(BINARY)
|
@rm -f $(TARGET_DIR)/$(BINARY)
|
||||||
@rm -f /usr/share/man/**/wayshot.*
|
@rm -f /usr/share/man/**/wayshot.*
|
||||||
|
|
||||||
check:
|
.PHONY: all install build
|
||||||
@cargo fmt
|
|
||||||
@cargo check
|
|
||||||
@cargo clippy
|
|
||||||
|
|
||||||
clean:
|
|
||||||
@cargo clean
|
|
||||||
@rm -f ./docs/*.1.gz
|
|
||||||
|
|
||||||
setup:
|
|
||||||
@rustup install stable
|
|
||||||
@rustup default stable
|
|
||||||
|
|
||||||
.PHONY: check clean setup all install build
|
|
||||||
|
Loading…
Reference in New Issue
Block a user