You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
140 B
Makefile
7 lines
140 B
Makefile
10 years ago
|
NAME=yajs.vim
|
||
|
VERSION=1.4
|
||
|
|
||
|
bundle-deps:
|
||
|
$(call fetch_github,ID,REPOSITORY,BRANCH,PATH,TARGET_PATH)
|
||
|
$(call fetch_url,FILE_URL,TARGET_PATH)
|