changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/organ/object/target.lisp

changeset 698: 96958d3eb5b0
parent: a5ae5a58c4cd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; lib/organ/object/target.lisp --- Org Target Objects
2 
3 ;; This file covers org targets and radio-targets.
4 
5 ;; targets match the pattern <<TARGET>>
6 
7 ;; radio-targets match the pattern <<<CONTENTS>>>
8 (in-package :organ)
9 
10 (define-org-object target (contents))
11 
12 (define-org-object radio-target () :include target)