benches/markdown: introduces engine txtmark
[nit.git] / benchmarks / markdown / engines / Makefile
index 96c791a..a3932f8 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-all: nitmd/nitmd
+all: nitmd/nitmd txtmark/Txtmark.class
 
 nitmd/nitmd:
        make -C nitmd
 
+txtmark/Txtmark.class:
+       make -C txtmark
+
 clean:
        make -C nitmd clean
+       make -C txtmark clean