summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-08-30 01:03:31 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-08-30 01:03:31 +0400
commitc6b35b5782c17834f590957c9169267f8f26ed06 (patch)
tree2eeed8a6f735978d13a6eb0dec2959e4d292bf03
parent6a161ec7695df2a82cc05f9e25d2cee2d2c4e10e (diff)
fix(makfile): server target dependencies and noc install path
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6cc440c..68bf3f1 100644
--- a/Makefile
+++ b/Makefile
@@ -74,13 +74,13 @@ scripts: $(BINDIR)
mkdir -p $(BINDIR)
$(COPY) scripts/* $(BINDIR)
-server:
+server: $(BINDIR) $(CONFDIR)
$(COPY) config/bash/bashrc $(BASHRC)
$(COPY) config/lf $(CONFDIR)
$(COPY) config/shell $(CONFDIR)
$(COPY) config/vim $(CONFDIR)
$(COPY) config/zsh/zshrc $(ZSHRC)
- $(COPY) scripts/noc
+ $(COPY) scripts/noc $(BINDIR)
arch-linux:
sudo $(COPY) distros/arch-linux/pacman.conf /etc