Report total objects found
[khome.git] / Makefile
CommitLineData
80cc9199
SK
1MAKEFLAGS := --no-builtin-rules
2
3.PHONY: install
4
5install:
6 @cp -Rp bin $(HOME)/
7 @cp -Rp lib $(HOME)/
8 @cp .profile $(HOME)/
5c1267bb
SK
9 @cp .fonts.conf $(HOME)/
10 @fc-cache $(HOME)/.fonts
This page took 0.04035 seconds and 4 git commands to generate.