alexhutman / zftools

Calculates the Zero Forcing Number (and Zero Forcing Set) in Sage (Cython)
https://pypi.org/project/zftools/
GNU General Public License v3.0
5 stars 0 forks source link

Create Makefile #13

Open alexhutman opened 3 months ago

alexhutman commented 3 months ago

I think we should have a Makefile to more easily track command dependencies. For example, to test, I don't want to run the command to install test dependencies, THEN the command to run the test. I just want 1 command that wraps both.