Add Makefile
[khome.git] / Makefile
1 MAKEFLAGS := --no-builtin-rules
2
3 .PHONY: install
4
5 install:
6 @cp -Rp bin $(HOME)/
7 @cp -Rp lib $(HOME)/
8 @cp .profile $(HOME)/
This page took 0.048753 seconds and 5 git commands to generate.