Version 1
[yaffs-website] / vendor / drush / drush / commands / make / lock.make.inc
diff --git a/vendor/drush/drush/commands/make/lock.make.inc b/vendor/drush/drush/commands/make/lock.make.inc
new file mode 100644 (file)
index 0000000..d7bc41d
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * make-lock command implementation.
+ */
+
+/**
+ * Command callback for make-lock.
+ */
+function drush_make_lock($makefile) {
+  make_generate_from_makefile(drush_get_option('result-file'), $makefile);
+}