Makefile @ 39eb27bab17b

Update README
author Steve Losh <steve@stevelosh.com>
date Thu, 02 Mar 2023 20:20:00 -0500
parents 43050007ebb5
children 2174b2bb72ad
.PHONY: all clean

lisps := $(shell ffind '\.(asd|lisp)$$')

all: silt

silt: $(lisps)
	sbcl --noinform --disable-debugger --load 'build.lisp' --quit

clean:
	rm silt