blob: 5fc5fc4f3d4cbf9f0961647c84e3cf07d7cb2d32 [file] [log] [blame]
init(lisp, lisp)
preset(optimize)
preset(32)
preset(debug)
preset(warn)
archetype(c)
OBJECTS = main.o lisp.o
type(executable)
run: lisp
status_log(RUN, ./lisp)
@./lisp
finish