aboutsummaryrefslogtreecommitdiff
path: root/project/native.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-06 23:14:22 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-06 23:14:22 +0200
commit577ad5b12c54ccf250c9717b15ce0308fa19c453 (patch)
tree293a137feaa8446fb693508bddaf43ff680755c7 /project/native.scala
parentbf6d9bfdac41dfd70c04749aa3d7efb60e9ae984 (diff)
downloadakka-serial-577ad5b12c54ccf250c9717b15ce0308fa19c453.tar.gz
akka-serial-577ad5b12c54ccf250c9717b15ce0308fa19c453.tar.bz2
akka-serial-577ad5b12c54ccf250c9717b15ce0308fa19c453.zip
make sample runnable without instralling native libries
Diffstat (limited to 'project/native.scala')
-rw-r--r--project/native.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/native.scala b/project/native.scala
index edd80c1..9af8b77 100644
--- a/project/native.scala
+++ b/project/native.scala
@@ -21,7 +21,7 @@ object NativeDefaults {
val log = streams.value.log
val build = nativeBuildDirectory.value
- Process("make distclean", build) #|| Process("clean", build) ! log
+ Process("make distclean", build) #|| Process("make clean", build) ! log
}
val autoLib = Def.task {