diff --git a/Makefile b/Makefile index c8138b3..50e67c8 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ + PREFIX=${DESTDIR}/usr/local LISPDIR=${PREFIX}/share/reed-alert/ @@ -12,5 +13,10 @@ install: reed-alert install -o root -g bin -m 755 reed-alert ${PREFIX}/bin/reed-alert install -o root -g wheel -m 644 probes.lisp functions.lisp ${LISPDIR}/ +test: reed-alert + cd test && sh ../reed-alert test.lisp + clean: rm reed-alert + +.PHONY: test