Class: CLEAN-OP

Documentation

Removes any files generated by an asdf component.

Slots

  • FOR-OP

Hierachy

Precedence List

  • OPERATION

Source

(defclass clean-op (asdf:operation)
  ((for-op :accessor for-op :initarg :for-op :initform 'asdf:compile-op))
  (:documentation "Removes any files generated by an asdf component."))
Source Context