ソースを参照

Makefile: add complex and iter

Josh Stone 9 年 前
コミット
0114559adf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
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"