Skip to content

Commit

Permalink
✨ feat: improve repo organization & separate cli and gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquidwe committed Dec 16, 2024
1 parent 5690254 commit 2f5a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f5a527

Please sign in to comment.