Update Makefile

This commit is contained in:
ferrreo 2023-07-06 18:23:14 +01:00 committed by GitHub
parent 8434fa0c96
commit 16f5cb2e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,17 +24,4 @@ uninstall:
@rm -f $(TARGET_DIR)/$(BINARY)
@rm -f /usr/share/man/**/wayshot.*
check:
@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
.PHONY: all install build