Makefile @ d2ec86ecbfcf

Update hgignore
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Mar 2023 19:08:32 -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