From 39252b012b2f7d0b283bff7fe18d99edfddca0ff Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 13 May 2022 16:21:54 -0400 Subject: [PATCH] re-add olm-python3 rule that was accidentally removed --- python/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/Makefile b/python/Makefile index a4e371b..9e31db3 100644 --- a/python/Makefile +++ b/python/Makefile @@ -20,6 +20,9 @@ include/olm/error.h: include/olm/olm.h ../include/olm/error.h headers: include/olm/olm.h include/olm/pk.h include/olm/sas.h include/olm/error.h +olm-python3: headers + DEVELOP=$(DEVELOP) python3 setup.py build + install: install-python3 install-python3: olm-python3