How to use the launcher

This commit is contained in:
Solene Rapenne 2018-10-24 06:46:58 +02:00
parent ce311ef86e
commit b9988585e8
1 changed files with 14 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
PREFIX=/usr/local
LISPDIR=${PREFIX}/share/reed-alert/
all:
sed 's,REEDDIR=,&${LISPDIR},' reed-alert.in > reed-alert
install: all
mkdir -p ${LISPDIR}
mkdir -p ${PREFIX}/bin
cp reed-alert ${PREFIX}/bin/reed-alert
cp probes.lisp functions.lisp ${LISPDIR}/
clean:
rm reed-alert