From 22e03f7658806fbca80f0efda590ed16cbdf5755 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 22 Aug 2015 14:09:02 -0400 Subject: [PATCH] default /usr/local/bin installpath --- c/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/Makefile b/c/Makefile index 0b38ce97d..b25d92a90 100644 --- a/c/Makefile +++ b/c/Makefile @@ -61,6 +61,8 @@ dev: tags mlr dev-tests install: mlr test cp mlr $(INSTALLDIR) +installhome: mlr test + cp mlr $(HOME)/bin # ================================================================ tags: .always