From 2f5a52729979d9e6855becc86e705d15603476de Mon Sep 17 00:00:00 2001 From: Liquidwe Date: Mon, 16 Dec 2024 18:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20improve=20repo=20organizati?= =?UTF-8?q?on=20&=20separate=20cli=20and=20gui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6a17cc..939cb35 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ GO_LDFLAGS=-ldflags "\ -X manuscript-core/commands.rustVersion=$(RUST_VERSION)" # Directory Locations -CLI_DIR=. +CLI_DIR=cli GUI_DIR=gui # Default to help when nothing is specified by user