summaryrefslogtreecommitdiff
path: root/utils/cover/barcode.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-07-23 20:11:32 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-07-23 20:11:32 +0200
commit2c100ae2b2eb7dcabc2abc0963c8ae72a04322d3 (patch)
treedf1178f0bed031cce6d4959c707c169826064337 /utils/cover/barcode.sld
parentb0b9f78f09bac6c505882ab8542d97393c07d441 (diff)
Massive rework on makefiles and cover generator:
- New style in cover - Support for call from main Makefile - Reorder directory structure
Diffstat (limited to 'utils/cover/barcode.sld')
-rw-r--r--utils/cover/barcode.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/cover/barcode.sld b/utils/cover/barcode.sld
new file mode 100644
index 0000000..05fabc3
--- /dev/null
+++ b/utils/cover/barcode.sld
@@ -0,0 +1,7 @@
+(define-library
+ (utils cover barcode)
+ (import (chibi)
+ (chibi sxml)
+ (srfi 1))
+ (export barcode-sxml)
+ (include "barcode.scm"))