From 0d6239e075c230ae92850df35ab206b4b08b3a12 Mon Sep 17 00:00:00 2001 From: peefy Date: Fri, 1 Mar 2024 15:04:21 +0800 Subject: [PATCH] chore: update source cases Signed-off-by: peefy --- examples/source/makefile | 5 +++++ 1 file changed, 5 insertions(+) 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