diff options
| author | Determinant <ted.sybil@gmail.com> | 2019-06-10 21:52:31 -0400 |
|---|---|---|
| committer | Determinant <ted.sybil@gmail.com> | 2019-06-10 21:52:31 -0400 |
| commit | 13029255d992ef74ddf66a9d0b9d0980d5ada261 (patch) | |
| tree | 9968390b6b4ab1a406d475186b71382d421c34e1 /Makefile | |
| parent | 35bc0201cbc4ac42fa4ef72af429607e7d5079a5 (diff) | |
...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |