X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/1273c8ea309926e377cbd5cc6dab6740910aa6ff..10325eaf40c80eb91f1c1eceea880c3abd54efd7:/Makefile diff --git a/Makefile b/Makefile index 8197ee5..bfcb1de 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,9 @@ out/examples/%: examples/%.c src/* .PHONY: examples -examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync \ No newline at end of file +examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync + +out/olm/libolm.a: + cd out/olm + cmake -DBUILD_SHARED_LIBS=OFF -DOLM_TESTS=OFF ../../ext/olm + cmake --build . \ No newline at end of file