branch: master
commit e03a2570c6a4ba9d7512f030870e492e639156a5
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed May 31 00:16:08 2023 +0200
build: "make clean" deletes src/cuirass/scripts/*.go.
* Makefile.am (CLEANFILES): Fix typo in "nodist_scriptsobject_DATA".
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index b483384..abeaefa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,7 @@ TESTS = \
CLEANFILES = \
$(nodist_guilesite_DATA) \
$(dist_pkgmodule_DATA:.scm=.go) \
- $(nodist_scriptsmodule_DATA) \
+ $(nodist_scriptsobject_DATA) \
$(nodist_webobject_DATA) \
$(nodist_guileobject_DATA) \
src/cuirass/config.go