5 lines
46 B
Makefile
5 lines
46 B
Makefile
LISP ?= sbcl
|
|
|
|
all:
|
|
$(LISP) --load build.lisp
|
LISP ?= sbcl
|
|
|
|
all:
|
|
$(LISP) --load build.lisp
|