progs/matcher/build.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 10 Oct 2022 15:15:15 +0100
changeset 888 fc812b8f120f
parent 742 b5b5583a3a08
permissions -rw-r--r--
texupdate

import mill._
import scalalib._

val baseDir = build.millSourcePath


object matcher extends ScalaModule {
  def scalaVersion = "2.13.2"
  def mainClass = Some("re1 all")

  //override def resources  = T.sources(baseDir)
  override def sources    = T.sources(baseDir / "re1.sc")


}