From: Mark Wooding Date: Tue, 20 Aug 2019 19:48:16 +0000 (+0100) Subject: Makefile.am, test/Makefile.am: Add missing cleaning. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/4aa2092a8ce31aa62fa5fe4d6737ec71036db489?hp=cc6360e2411edfe1644f7a8c92f91628de989dd4 Makefile.am, test/Makefile.am: Add missing cleaning. --- diff --git a/src/Makefile.am b/src/Makefile.am index e427774..30ba76e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/test/Makefile.am b/test/Makefile.am index c817d43..2f0dce7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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