From 2c100ae2b2eb7dcabc2abc0963c8ae72a04322d3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 23 Jul 2020 20:11:32 +0200 Subject: Massive rework on makefiles and cover generator: - New style in cover - Support for call from main Makefile - Reorder directory structure --- utils/cover/barcode.sld | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/cover/barcode.sld (limited to 'utils/cover/barcode.sld') 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")) -- cgit v1.2.3