From 16f5cb2e2e4222e3d5dec4bda4a77ece731969dc Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 6 Jul 2023 18:23:14 +0100 Subject: [PATCH] Update Makefile --- Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 0290cea..01d06f3 100644 --- a/Makefile +++ b/Makefile @@ -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