Fix indentation-adding artifact
[khome.git] / Makefile
CommitLineData
80cc9199
SK
1MAKEFLAGS := --no-builtin-rules
2
dffe5c94 3.PHONY: home pkgs_install pkgs_purge pkgs
80cc9199 4
dffe5c94 5home:
9e667c0c
SK
6 @cp -Rp home/bin $(HOME)/
7 @cp -Rp home/lib $(HOME)/
57667523 8 @cp home/.compton.conf $(HOME)/
9e667c0c
SK
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)/
b2efbb10 17
600d3b0b 18pkgs:
dffe5c94
SK
19 $(MAKE) pkgs_install
20 $(MAKE) pkgs_purge
600d3b0b 21
dffe5c94 22pkgs_install: list pkgs-install
d928c03b 23 sudo apt install $(shell ./list pkgs-install)
600d3b0b 24
dffe5c94 25pkgs_purge: list pkgs-purge
600d3b0b 26 sudo apt purge $(shell ./list pkgs-purge)
This page took 0.023121 seconds and 4 git commands to generate.