This commit is contained in:
parent
708be6279a
commit
d3d7574064
2 changed files with 7 additions and 0 deletions
6
GNUmakefile
Normal file
6
GNUmakefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
vendor_list := mkernel miou zarith
|
||||
|
||||
vendors:
|
||||
@for v in $(vendor_list); do \
|
||||
[ ! -d "vendors/$v" ] && opam source $v --dir vendors/$v
|
||||
done
|
||||
1
source.sh
Normal file
1
source.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue