makefile cleanup, taking a break now

This commit is contained in:
Taylor 2025-01-16 13:23:58 -06:00
parent d02727184a
commit 6257320e0b

View File

@ -2,6 +2,7 @@
A PushGP implementation in Haskell A PushGP implementation in Haskell
## Tasks ## Tasks
* [ ] Post minimal core of exec to haskell discourse for advice about speed optimization.
* [x] Do test-driven development on this one. * [x] Do test-driven development on this one.
* [x] Write tests for every function. * [x] Write tests for every function.
* [x] tests/ are just copied from make-grade, need to write for this project. * [x] tests/ are just copied from make-grade, need to write for this project.