Rename install to install_home target
[khome.git] / Makefile
1 MAKEFLAGS := --no-builtin-rules
2
3 .PHONY: install_home
4
5 install_home:
6 @cp -Rp home/bin $(HOME)/
7 @cp -Rp home/lib $(HOME)/
8 @cp home/.compton.conf $(HOME)/
9 @cp -Rp home/.config/ $(HOME)/
10 @cp home/.profile $(HOME)/
11 @cp home/.fonts.conf $(HOME)/
12 @fc-cache $(HOME)/.fonts
13 @cp home/.Rprofile $(HOME)/
14 @cp home/.mpdconf $(HOME)/
15 @cp home/.tmux.conf $(HOME)/
16 @cp home/.xbindkeysrc $(HOME)/
This page took 0.060344 seconds and 5 git commands to generate.