diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 22:27:02 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 22:27:02 -0600 |
commit | 9202a1f9b295aee0bc58791b75d6d342696e7bda (patch) | |
tree | 10a1272673f5c544aea64c2a7cd3ba833553e985 | |
parent | b49a808739c12a220e8f90cc3ea928cd914489cf (diff) |
fix: fix makefile typo
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |