aboutsummaryrefslogtreecommitdiff
path: root/project/native.scala
diff options
context:
space:
mode:
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 {