unify makefile and add solarized
This commit is contained in:
19
Makefile
19
Makefile
@@ -1,23 +1,18 @@
|
||||
LN_FLAGS = -sfnv
|
||||
MKDIR_FLAGS = -pv
|
||||
|
||||
<<<<<<< HEAD
|
||||
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap
|
||||
=======
|
||||
home_symlinks = vimrc vim bash_profile
|
||||
>>>>>>> be3d088b245011c8fe325ad807f90fbbcf691edb
|
||||
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap bash_profile
|
||||
|
||||
config_copy =
|
||||
|
||||
config_symlinks =
|
||||
config_symlinks = termite dircolors-solarized
|
||||
|
||||
all: install
|
||||
|
||||
<<<<<<< HEAD
|
||||
install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap
|
||||
=======
|
||||
install: vimrc vim bash_profile
|
||||
>>>>>>> be3d088b245011c8fe325ad807f90fbbcf691edb
|
||||
all:
|
||||
|
||||
local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap termite dircolors-solarized
|
||||
|
||||
remote_install: bash_profile vim vimrc dircolors-solarized
|
||||
|
||||
.PHONY: $(home_symlinks)
|
||||
$(home_symlinks):
|
||||
|
||||
Reference in New Issue
Block a user