From e8d9878d0e478e180f9945aa2260ac689651d32d Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sat, 30 Jul 2022 03:54:08 +0530 Subject: [PATCH] [BuildSystem] Update install step Signed-off-by: Shinyzenith --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a858c08b..260eeeff 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build: run: @cargo run -install: +install: build @mkdir -p $(TARGET_DIR) @cp $(SOURCE_DIR)/$(BINARY) $(TARGET_DIR) @chmod +x $(TARGET_DIR)/$(BINARY)