Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
add make target for server update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlep committed Feb 21, 2018
1 parent 69c1d20 commit bf687c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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/.

0 comments on commit bf687c0

Please sign in to comment.