aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index dde25de..89f9ffd 100644
--- a/Makefile
+++ b/Makefile
@@ -25,14 +25,7 @@ HEADLESS_DIR=headless
RSTESTER_DIR=rsTester
DOC_DIR=doc
-UNAME := $(shell uname)
-ifeq ($(UNAME), Linux)
MVN_EXE=`which mvn`
-# MVN_EXE=/usr/local/apache-maven-3.0.4/bin/mvn
-else
-# Non-Linux platfoms not yet supported
-MVN_EXE=`which mvn`
-endif
define profile
.PHONY: profile-$1