This commit is contained in:
swrup 2026-03-11 14:17:52 +01:00
parent 708be6279a
commit d3d7574064
2 changed files with 7 additions and 0 deletions

6
GNUmakefile Normal file
View 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
View file

@ -0,0 +1 @@
#!/bin/bash