Added sinan build file
diff --git a/_build.cfg b/_build.cfg
new file mode 100644
index 0000000..0cdfb99
--- /dev/null
+++ b/_build.cfg
@@ -0,0 +1,12 @@
+project : {
+  name : bcrypt
+  vsn : "0.1.0"
+ },
+
+repositories : ["http://repo.erlware.org/pub"],
+
+task : {
+  build : {
+    compile_args : "+debug_info -W1"
+   }
+ }