clean-local target for *.apply cleanup

Makefile.am (clean-local): Clean up generated *.apply files for tests.
master
Mike Gerwitz 2016-07-04 23:45:02 -04:00
parent 26cba8eb52
commit cc91a821e8
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 3 additions and 0 deletions

View File

@ -35,3 +35,6 @@ check: $(test_apply)
$(JAVA) -jar "$(SAXON_CP)" \
-xsl:"$(path_src)/transform/apply-gen.xsl" \
"$<" > "$@"
clean-local:
$(RM) $(test_apply)