Makefile @ f713831941d4

Add some Twitter auth machinery
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 13:49:03 +0000
parents f088d1a1afd6
children d69d74b71d8f
.PHONY: vendor

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

vendor: vendor/quickutils.lisp