typo-fix: trigger unit/regression tests on make install

This commit is contained in:
John Kerl 2015-08-22 14:35:39 -04:00
parent 09316663ef
commit e5c8f53e3c

View file

@ -59,9 +59,9 @@ top: mlr tests
# It requires ctags and valgrind in addition to flex and the C compiler.
dev: tags mlr dev-tests
install: mlr test
install: mlr tests
cp mlr $(INSTALLDIR)
installhome: mlr test
installhome: mlr tests
cp mlr $(HOME)/bin
# ================================================================