mirror of https://github.com/sbt/sbt.git
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
|
|
> compile
|
||
|
|
$ exists target/scala-2.12/src_managed/foo.txt target/scala-2.12/src_managed/bar.txt
|
||
|
|
|
||
|
|
> clean
|
||
|
|
$ absent target/scala-2.12/src_managed/foo.txt
|
||
|
|
$ exists target/scala-2.12/src_managed/bar.txt
|