From 0114559adfca770dd506ef38fcadc6d184097abc Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 25 Mar 2016 16:40:55 -0700 Subject: [PATCH] Makefile: add complex and iter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 117ad50..bce28aa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CARGO_CMD ?= cargo -packages = bigint integer rational traits +packages = bigint complex integer iter rational traits test: $(MAKE) run-all TASK="test"