view bindings/sb-alien/package.lisp @ 549:0694bb74c5e9

Make the Makefile test target depend on $(LIBRARY) as well as $(EXECUTABLE).
author mas01cr
date Wed, 11 Feb 2009 12:38:04 +0000
parents 3141e51cb077
children 09af91f8803f
line wrap: on
line source
(cl:defpackage "SB-ADB"
  (:use "CL" "SB-ALIEN")
  (:export "ADB" "OPEN" "CLOSE" "QUERY" "WITH-ADB")
  (:shadow "OPEN" "CLOSE"))