hikettei / cl-waffe2

[Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp
https://hikettei.github.io/cl-waffe2/
MIT License
124 stars 5 forks source link

[Add] Makefile #36

Closed elderica closed 12 months ago

elderica commented 1 year ago

Use Makefile instead of Lakefile. This Makefile can compile, load, test, and run REPL!

hikettei commented 12 months ago

Hello, elderica.

I'd love to accept your patch, but I guess mixing Lakefile and Makefile in one project is confusing. (i.e.: If cl-waffe2 switched to adapt Makefile, I want to delete the unused Lakefile). So please wait until I've checked that all functions written in Lake have been transferred well to Make, since as you reported it is recognised that there are environmental problems in cl-waffe2.

Thanks.