Re-align
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 31 Aug 2019 17:38:08 +0000 (13:38 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 31 Aug 2019 17:38:08 +0000 (13:38 -0400)
Makefile

index c029724..c7130db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,17 +3,17 @@ MAKEFLAGS := --no-builtin-rules
 .PHONY: install_home install_pkgs
 
 install_home:
-       @cp  -Rp  home/bin          $(HOME)/
-       @cp  -Rp  home/lib          $(HOME)/
+       @cp  -Rp  home/bin           $(HOME)/
+       @cp  -Rp  home/lib           $(HOME)/
        @cp       home/.compton.conf $(HOME)/
-       @cp  -Rp  home/.config/     $(HOME)/
-       @cp       home/.profile     $(HOME)/
-       @cp       home/.fonts.conf  $(HOME)/
-       @fc-cache                   $(HOME)/.fonts
-       @cp       home/.Rprofile    $(HOME)/
-       @cp       home/.mpdconf     $(HOME)/
-       @cp       home/.tmux.conf   $(HOME)/
-       @cp       home/.xbindkeysrc $(HOME)/
+       @cp  -Rp  home/.config/      $(HOME)/
+       @cp       home/.profile      $(HOME)/
+       @cp       home/.fonts.conf   $(HOME)/
+       @fc-cache                    $(HOME)/.fonts
+       @cp       home/.Rprofile     $(HOME)/
+       @cp       home/.mpdconf      $(HOME)/
+       @cp       home/.tmux.conf    $(HOME)/
+       @cp       home/.xbindkeysrc  $(HOME)/
 
 install_pkgs: list pkgs-install
        sudo apt install $(shell ./list pkgs-install)
This page took 0.021967 seconds and 4 git commands to generate.