build/magitek.ros @ d69d74b71d8f

Build this thing
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 21:20:27 +0000
parents (none)
children 6c0ee26dbcbd
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros -Q -- $0 "$@"
|#


(unless (find-package :ap)
  (ql:quickload '(:magitek) :silent t))

(declaim (optimize (debug 2) (safety 2) (speed 1)))

(defun main (&rest argv)
  (declare (ignore argv))
  (magitek:main)
  t)