mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
8 lines
191 B
Common Lisp
8 lines
191 B
Common Lisp
(defpackage :roswell.delete.asdf
|
|
(:use :cl :roswell.util))
|
|
(in-package :roswell.delete.asdf)
|
|
|
|
(defun asdf (&rest argv)
|
|
(declare (ignore argv))
|
|
(format t "not yet implemented. TBD!~%"))
|