diff --git a/Makefile.am b/Makefile.am index 2ee812c..a7985dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,3 +35,6 @@ check: $(test_apply) $(JAVA) -jar "$(SAXON_CP)" \ -xsl:"$(path_src)/transform/apply-gen.xsl" \ "$<" > "$@" + +clean-local: + $(RM) $(test_apply)