comparison Makefile @ 8:53223d745c35

Makefile added for make install
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jan 2018 07:40:43 +0000
parents
children
comparison
equal deleted inserted replaced
7:84fbaf39686a 8:53223d745c35
1 SUBDIR= batteries charging
2 INSTDIR=/opt/freecalypso
3
4 all:
5
6 clean:
7
8 install:
9 mkdir -p ${INSTDIR}
10 cp -pr ${SUBDIR} ${INSTDIR}