This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch placement_new in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git
commit 33e4e241ba99791e93f0b321e8cd9b3b21c1f0ba Author: AlexanderSaydakov <[email protected]> AuthorDate: Mon Jun 24 15:28:03 2019 -0700 added hll module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1296704..40cf395 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INC := -I /usr/local/include LIB := -L /usr/local/lib -lcppunit -L lib -l$(LIB_BASE_NAME) #MODULES := hll cpc kll fi theta -MODULES := cpc kll fi theta +MODULES := cpc kll fi theta hll .PHONY: all all: $(MODULES) $(LIBRARY) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
