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:
commit
3cc357e118
4 changed files with 190 additions and 25 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue