Makefile fixes for better testing

This commit is contained in:
DarkFeather 2019-03-24 21:54:52 -05:00
parent c00dcca2d8
commit a5b28c39ac
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ compile: /bin/bash
install: ${INSTALLLIST}
mkdir -p ${INSTALLDIR}
mkdir -p /srv/maat/src
mkdir -p /srv/maat/pkg
mkdir -p /srv/maat/web
for i in ${INSTALLLIST}; do install -m ${PERMS} -o ${OWNER} $$i ${INSTALLDIR}; done
clean:
@ -18,7 +21,7 @@ uninstall:
for i in ${INSTALLLIST}; do rm -Rf ${INSTALLDIR}/$$i; done
test:
for i in ${LIST}; do $$i -h; done
./maat-builder -T
test-run:
bash ./maat -v -d ./repo -b ./build -w ./web -c /dev/null