diff options
Diffstat (limited to 'projects/mosys/mosys')
-rwxr-xr-x | projects/mosys/mosys | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/mosys/mosys b/projects/mosys/mosys index b795deb2..fd122fd1 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -15,6 +15,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +dependencies() { + project_dependencies "$project" "$@" +} + +dependencies_check() { + project_dependencies_check "$project" "$@" +} + download() { local repository=$project |