seanut/Makefile

16 lines
295 B
Makefile

define LISP_CMDS
"(handler-case \
(progn (ql:quickload :seanut) \
(asdf:make :seanut)) \
(error (e) \
(format t \"~A~%\" e) \
(uiop:quit 1)))"
endef
.PHONY: clean all
all:
ros --eval $(LISP_CMDS)
clean:
rm -ri bin/