Makefile @ 0b59f0204222

Play around with amicable numbers a bit
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Nov 2017 12:47:10 -0400
parents a66997c0fad3
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