X-Git-Url: http://nitlanguage.org diff --git a/benchmarks/markdown/engines/Makefile b/benchmarks/markdown/engines/Makefile index 96c791a..588e744 100644 --- a/benchmarks/markdown/engines/Makefile +++ b/benchmarks/markdown/engines/Makefile @@ -14,10 +14,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -all: nitmd/nitmd +all: nitmd/nitmd txtmark/Txtmark.class markdown4j/Markdown4j.class nitmd/nitmd: make -C nitmd +txtmark/Txtmark.class: + make -C txtmark + +markdown4j/Markdown4j.class: + make -C markdown4j + clean: make -C nitmd clean + make -C txtmark clean + make -C markdown4j clean