Makefile @ 16ee9cf6d798

Remove optimization nutbaggery and fix the sound init main thread bullshit
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Nov 2016 11:55:23 +0000
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