aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-06-10 21:52:31 -0400
committerDeterminant <ted.sybil@gmail.com>2019-06-10 21:52:31 -0400
commit13029255d992ef74ddf66a9d0b9d0980d5ada261 (patch)
tree9968390b6b4ab1a406d475186b71382d421c34e1 /Makefile
parent35bc0201cbc4ac42fa4ef72af429607e7d5079a5 (diff)
...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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: