From 9202a1f9b295aee0bc58791b75d6d342696e7bda Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 22:27:02 -0600 Subject: fix: fix makefile typo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 520a734..894fd08 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,7 @@ USER=`whoami` DEFAULT_CACHE_DIR=/home/loki/.cache/rose CURRENT_CACHE_DIR=/home/$(USER)/.cache/rose ## dir -DEFAULT_DIR='/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot' +DEFAULT_DIR=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot CURRENT_DIR=`pwd` build: $(SRC) $(PLUGS) $(CONFIG) -- cgit v1.2.3