From b96397646a48d4953a6f642abb0d393c011a7989 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Wed, 28 May 2025 20:31:17 +0200 Subject: [PATCH] fix path issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c57917d..01c11ec 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ hdb: .PHONY: install uninstall install: hdb - sudo mv hdb /usr/local/bin + sudo mv build/hdb /usr/local/bin uninstall: sudo rm /usr/local/bin/hdb