Makefile @ 1f56f1f1a43d default tip

Update to get running again in 2026
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Apr 2026 10:21:38 -0400
parents d7119e2cc512
children (none)
.PHONY: vendor

# Vendor ----------------------------------------------------------------------
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

vendor: vendor/quickutils.lisp