Преглед изворни кода

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"