From 6048cbaf34675185078ad2c5151b7bc818585cb1 Mon Sep 17 00:00:00 2001 From: DONG Yuxuan Date: Sun, 15 Oct 2023 03:55:22 +0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dae597..41d3f16 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ test: all ./test clean: - rm -rf shsub shsub.1 + rm -rf shsub shsub.1 *.dSYM