Prechádzať zdrojové kódy

Makefile: add complex and iter

Josh Stone 9 rokov pred
rodič
commit
0114559adf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"