X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/5cb22046a33f24c1a696990f95e13d534efef497..ad9d01050b7b6d592a83ce14eeef7068bd981028:/Makefile diff --git a/Makefile b/Makefile index 82c259a..88b1941 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,12 @@ C_OPTS+=-I src/ C_OPTS+=-I ext/olm/include/ C_OPTS+=-I ext/mjson/src/ C_OPTS+=-I ext/mongoose/ +C_OPTS+=-L out/olm/ C_OPTS+=-l ws2_32 C_OPTS+=-l ssl C_OPTS+=-l crypto +C_OPTS+=-l olm C_OPTS+=-D MG_ENABLE_OPENSSL=1 -C_OPTS+=-g # C_OPTS+=-I ext/curl/include/ # C_OPTS+=-L ext/curl/build/lib/ # C_OPTS+=-l curl @@ -23,7 +24,6 @@ C_OPTS+=-g out/examples/%: examples/%.c src/* $(CC) -o out/examples/$* examples/$*.c $(C_OPTS) - .PHONY: examples examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync \ No newline at end of file