Makefile.am, test/Makefile.am: Add missing cleaning.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 20 Aug 2019 19:48:16 +0000 (20:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 12:12:02 +0000 (13:12 +0100)
src/Makefile.am
test/Makefile.am

index e427774..30ba76e 100644 (file)
@@ -221,6 +221,7 @@ noinst_DATA         += asdf-hack.lisp
 asdf-hack.lisp: asdf-hack.lisp.in Makefile
        $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
                mv $@.new $@
+CLEANFILES             += asdf-hack.lisp
 
 ## Emacs hacking for indentation.
 EXTRA_DIST             += emacs-hacks.el
index c817d43..2f0dce7 100644 (file)
@@ -76,6 +76,7 @@ rat.out: rat$(EXEEXT)
 check-local:: rat.out rat.ref
        diff -u $(srcdir)/rat.ref rat.out
 -include rat.c-dep rat.h-dep
+CLEANFILES             += rat.out
 
 check_PROGRAMS         += kwbench
 kwbench_SOURCES                 = kwbench.c kwbench-back.c kwbench.h