blob: 7afda0c6a4126a6393552fbc60a397043e44f9ed [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 "$$(cat test.lisp)"
format:
status_log(FORMAT, *)
@clang-format -i *.c *.h
finish