Add Makefile
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 Mar 2019 20:50:59 +0000 (15:50 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 Mar 2019 20:50:59 +0000 (15:50 -0500)
Makefile [new file with mode: 0644]

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.027616 seconds and 4 git commands to generate.