diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-08-02 18:38:39 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-08-02 19:04:53 +0200 |
commit | c9223b6d2941a211578c8b3e73b1b62430c5b55e (patch) | |
tree | 0f1f38ea85c680a200277a716baecd267bfb9bf3 /Makefile.am | |
parent | d239f096ed2f0f2858b1b78316988e0962082ca0 (diff) | |
download | cuirass-c9223b6d2941a211578c8b3e73b1b62430c5b55e.tar cuirass-c9223b6d2941a211578c8b3e73b1b62430c5b55e.tar.gz |
build: Add 'bootstrap' script.
* bootstrap: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b31d934..d4ef8a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ sql-check: src/schema.sql EXTRA_DIST = \ .dir-locals.el \ + bootstrap \ tests/gnu-system.scm \ tests/guix-jobs.scm \ tests/hello-singleton.scm \ |