benches/markdown: introduces engine markdown4j
[nit.git] / benchmarks / markdown / engines / Makefile
index a3932f8..588e744 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-all: nitmd/nitmd txtmark/Txtmark.class
+all: nitmd/nitmd txtmark/Txtmark.class markdown4j/Markdown4j.class
 
 nitmd/nitmd:
        make -C nitmd
@@ -22,6 +22,10 @@ nitmd/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