From e5c8f53e3cbfd37d2ef2b0c22e82fdd370782749 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 22 Aug 2015 14:35:39 -0400 Subject: [PATCH] typo-fix: trigger unit/regression tests on make install --- c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/Makefile b/c/Makefile index b25d92a90..89777baba 100644 --- a/c/Makefile +++ b/c/Makefile @@ -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 # ================================================================