From bf687c0f35dab979ec23d8fa7b45cd0eb2830a10 Mon Sep 17 00:00:00 2001 From: kahlep Date: Wed, 21 Feb 2018 11:40:11 +0100 Subject: [PATCH] add make target for server update --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eebf6e9..b7369b8 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CPP_DIR=src/main/cpp SWIG_DIR=src/main/swig all: clean cpp swig mvn +wrapper: cpp swig cpp: make -C $(CPP_DIR) all @@ -14,10 +15,8 @@ clean_swig: make -C $(SWIG_DIR) clean mvn: mvn clean install -clean_mvn: - mvn clean -clean: clean_cpp clean_swig clean_mvn +clean: clean_cpp clean_swig rm src/main/resources/*.so install: cp src/main/resources/*.so /usr/local/lib/.