1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #601 from kwantam/master

improved Sieve implementation ; add `cargo update`
This commit is contained in:
Heather 2015-05-16 08:25:23 +03:00
commit 3cc357e118
4 changed files with 190 additions and 25 deletions

View file

@ -331,7 +331,7 @@ clean:
$(RM) -rf $(BUILDDIR) $(TEMPDIR)
distclean: clean
cd $(BASEDIR)/deps && $(CARGO) clean
cd $(BASEDIR)/deps && $(CARGO) clean && $(CARGO) update
$(BUILDDIR):
mkdir -p $(BUILDDIR)/gen