Эх сурвалжийг харах

Makefile: add complex and iter

Josh Stone 9 жил өмнө
parent
commit
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"