From 7da513e407cbb0e6adba109b2dfe73170f60b603 Mon Sep 17 00:00:00 2001 From: "chenyangyang.cy" Date: Fri, 15 Oct 2021 17:25:48 +0800 Subject: [PATCH] Fix makefile build error --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5bee253..05a1ecf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -all: - build test +all: build test test: ./test.sh