rebase targets in the makefile
This commit is contained in:
parent
e3766a6b42
commit
7f83a3a121
10
Makefile
10
Makefile
|
@ -1,10 +1,16 @@
|
||||||
LOCATION="$(HOME)/.config"
|
LOCATION="$(HOME)/.config"
|
||||||
install:
|
install: install_bspwm install_nvim install_sx install_sxhkd install_vimb install_zathura install_wyebadblock
|
||||||
mkdir -p $(LOCATION)
|
install_bspwm:
|
||||||
cp -r bspwm $(LOCATION)
|
cp -r bspwm $(LOCATION)
|
||||||
|
install_nvim:
|
||||||
cp -r nvim $(LOCATION)
|
cp -r nvim $(LOCATION)
|
||||||
|
install_sx:
|
||||||
cp -r sx $(LOCATION)
|
cp -r sx $(LOCATION)
|
||||||
|
install_sxhkd:
|
||||||
cp -r sxhkd $(LOCATION)
|
cp -r sxhkd $(LOCATION)
|
||||||
|
install_vimb:
|
||||||
cp -r vimb $(LOCATION)
|
cp -r vimb $(LOCATION)
|
||||||
|
install_zathura:
|
||||||
cp -r zathura $(LOCATION)
|
cp -r zathura $(LOCATION)
|
||||||
|
install_wyebadblock:
|
||||||
cp -r wyebadblock $(LOCATION)
|
cp -r wyebadblock $(LOCATION)
|
||||||
|
|
Loading…
Reference in New Issue