diff --git a/examples/source/makefile b/examples/source/makefile index 01b36ca..03facd0 100644 --- a/examples/source/makefile +++ b/examples/source/makefile @@ -1,3 +1,8 @@ test: make -C oci + +oci: + make -C oci + +git: make -C git