diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-27 21:11:06 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-27 21:11:06 +0400 |
commit | 6fb70f2b2e4309d300b26b6a255de4b8bb0a1c6b (patch) | |
tree | 82aeb984dc229a3caa3010f55895093465cc5c01 | |
parent | e90ec50742b7f5f83f5461aa1051d1f6226b7855 (diff) |
links updated in Makefile
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,17 +57,17 @@ server: $(COPY) config/vim $(CONFDIR) dwm: clean - curl -LO https://farajli.net/software/dwm.tar.gz + curl -LO https://farajli.net/dwm.tar.gz tar xf dwm.tar.gz cd dwm/; PREFIX="${HOME}"/.local make install st: clean - curl -LO https://farajli.net/software/st.tar.gz + curl -LO https://farajli.net/st.tar.gz tar xf st.tar.gz cd st/; PREFIX="${HOME}"/.local make install dmenu: clean - curl -LO https://farajli.net/software/dmenu.tar.gz + curl -LO https://farajli.net/dmenu.tar.gz tar xf dmenu.tar.gz cd dmenu/; PREFIX="${HOME}"/.local make install |