X-Git-Url: http://nitlanguage.org diff --git a/benchmarks/markdown/engines/Makefile b/benchmarks/markdown/engines/Makefile index 96c791a..a3932f8 100644 --- a/benchmarks/markdown/engines/Makefile +++ b/benchmarks/markdown/engines/Makefile @@ -14,10 +14,14 @@ # 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