Add Makefile
[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)/
This page took 0.020393 seconds and 4 git commands to generate.