diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-02-15 10:27:12 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-02-15 10:27:12 +0100 |
| commit | 4ab2f2c3f084ffd9d0f77134cc1af0f8cf0e13be (patch) | |
| tree | 064f8d50c849af71649c60c2a3a6d7c4f642d05b | |
| parent | build: Install (web server fiberized) in its right place. (diff) | |
| download | cuirass-4ab2f2c3f084ffd9d0f77134cc1af0f8cf0e13be.tar.gz | |
build: Clean cuirass.go.
* Makefile.am (CLEANFILES): Add $(nodist_guilesite_DATA).
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39660a0..d372b9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,7 @@ CLEANFILES = \ $(nodist_guilesite_DATA) \ $(dist_pkgmodule_DATA:.scm=.go) \ $(nodist_webobject_DATA) \ + $(nodist_guileobject_DATA) \ src/cuirass/config.go .PHONY: sql-check |
