Yaffs site version 1.1
[yaffs-website] / vendor / drush / drush / commands / make / lock.make.inc
1 <?php
2
3 /**
4  * @file
5  * make-lock command implementation.
6  */
7
8 /**
9  * Command callback for make-lock.
10  */
11 function drush_make_lock($makefile) {
12   make_generate_from_makefile(drush_get_option('result-file'), $makefile);
13 }