Commit Briefs

Omar Polo

remove useless ret=0


Omar Polo

drop --disable-debugger when invoking sbcl

the debugger is already disabled by some lisp tricks, so it's redundant. Moreover, we need a way to optionally toggle the debugger, so hardcoding the flag isn't useful at all.


Omar Polo

restructure project and switch build system

use by default the OpenBSD mk infrastructure to build and test all the kamid components.