diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-08-30 01:03:31 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-08-30 01:03:31 +0400 |
commit | c6b35b5782c17834f590957c9169267f8f26ed06 (patch) | |
tree | 2eeed8a6f735978d13a6eb0dec2959e4d292bf03 /Makefile | |
parent | 6a161ec7695df2a82cc05f9e25d2cee2d2c4e10e (diff) |
fix(makfile): server target dependencies and noc install path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |