diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-05 23:13:36 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-12 19:18:26 +0100 |
commit | 567c28e71716cb709a49dec8d1c60be9ad879f80 (patch) | |
tree | 28e2f1087e8a7e14bb81971e8d0907c7104a758d /Makefile.am | |
download | myra-test-utils-567c28e71716cb709a49dec8d1c60be9ad879f80.tar.gz myra-test-utils-567c28e71716cb709a49dec8d1c60be9ad879f80.zip |
Initial commit.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..df96a5b --- /dev/null +++ b/Makefile.am @@ -0,0 +1,15 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org> + +SUBDIRS = src/guile + +dist_bin_SCRIPTS = scripts/guile-test-driver + +EXTRA_DIST = \ + LICENSES/CC0-1.0.txt \ + LICENSES/GPL-3.0-or-later.txt \ + .reuse/dep5 \ + bootstrap \ + .gitignore \ + README.md.license |