X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/a672b0710919287ffbede8594c47aade35dd5874..048095f030bdd05276e5b1c6d9f954f367aa0022:/tests/run-test-suite/Makefile diff --git a/tests/run-test-suite/Makefile b/tests/run-test-suite/Makefile index bdf89f6..3d39edc 100644 --- a/tests/run-test-suite/Makefile +++ b/tests/run-test-suite/Makefile @@ -23,7 +23,8 @@ data: git clone $(TEST_SUITE_URL) $@ --branch=$@ %/libyaml-parser %/libyaml-emitter: % - (cd $<; make build) + (cd $<; make clean build) + (cd $<; make clean build) libyaml-parser-emitter: git clone $(GITHUB_ORG_URI)/$@ $@