From 13029255d992ef74ddf66a9d0b9d0980d5ada261 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 10 Jun 2019 21:52:31 -0400 Subject: ... --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ee5226..be70995 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ all: build/test_msgnet salticidae/libsalticidae.so: - cd salticidae/ - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED=ON -DSALTICIDAE_DEBUG_LOG=OFF -DSALTICIDAE_CBINDINGS=ON -DBUILD_TEST=OFF salticidae/ --build salticidae/ + cd salticidae/; cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED=ON -DSALTICIDAE_DEBUG_LOG=OFF -DSALTICIDAE_CBINDINGS=ON -DBUILD_TEST=OFF ./ make -C salticidae/ build: -- cgit v1.2.3-70-g09d2