changeset 8:53223d745c35

Makefile added for make install
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jan 2018 07:40:43 +0000
parents 84fbaf39686a
children f316294a3ad0
files Makefile
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sat Jan 13 07:40:43 2018 +0000
@@ -0,0 +1,10 @@
+SUBDIR=	batteries charging
+INSTDIR=/opt/freecalypso
+
+all:
+
+clean:
+
+install:
+	mkdir -p ${INSTDIR}
+	cp -pr ${SUBDIR} ${INSTDIR}