ryukinix / lisp-chat

An experimental minimal chat written in Common Lisp
https://lerax.me/lisp-chat
MIT License
173 stars 15 forks source link

Add build.lisp and Makefile #20

Closed ryukinix closed 5 years ago

ryukinix commented 5 years ago

Now it's possible just using make to generate a binary if there is a proper environment prepared. However I didn't solve yet how I distribute the binaries with dynamic libraries, but I'm trying. Related problems & Solutions: