aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 22:27:02 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 22:27:02 -0600
commit9202a1f9b295aee0bc58791b75d6d342696e7bda (patch)
tree10a1272673f5c544aea64c2a7cd3ba833553e985 /makefile
parentb49a808739c12a220e8f90cc3ea928cd914489cf (diff)
fix: fix makefile typo
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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)