summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-01-17Successfully read a move from schemeRobby Zambito
Also was able to print the current board from scheme, so we should be able to do basic analysis at least. Should add more primitives for use from scheme.
2021-11-25Added manifest.scmRobby Zambito
Useful for creating reproducible build environments Also bumped guile version to 3.0 Moved stdio.h include above readline includes.
2021-11-01Added readline dependency.Robby Zambito
Also added a bunch of compiler flags when doing a debug build.
2021-07-25Initial commitRobby Zambito