home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7de24d
)
Add Makefile
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 7 Mar 2019 20:50:59 +0000
(15:50 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 7 Mar 2019 20:50:59 +0000
(15:50 -0500)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
45086eb
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,8
@@
+MAKEFLAGS := --no-builtin-rules
+
+.PHONY: install
+
+install:
+ @cp -Rp bin $(HOME)/
+ @cp -Rp lib $(HOME)/
+ @cp .profile $(HOME)/
This page took
0.023138 seconds
and
4
git commands to generate.