diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9aa3d78..f96a43e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ EXTRA_DIST += \ include .depends -CLEANFILES += doc/*.cwl doc/%.dot doc/*.png +CLEANFILES += doc/*.cwl doc/*.dot doc/*.png %.cwl: %.scm $(CCWL_GEN)$(builddir)/pre-inst-env ccwl compile $< > $@ |