chaimleib / intervaltree

A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
Apache License 2.0
636 stars 108 forks source link

Add parallel-is-installed to Makefile #123

Open Jeremiah-England opened 1 year ago

Jeremiah-England commented 1 year ago

Arch Linux appears to not come with parallel installed by default, so I assume a few other distributions probably leave it off as well?

I added it to the deps-dev group.

I have never really worked with Makefiles before. Feel free to close if you think that this is a small enough dependency that we don't need an explicit warning!