From 91ec036cace39fd5b5f04644f6bced1f477005e0 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 21 七月 2020 19:33:28 +0800 Subject: [PATCH] update --- Make.defines.linux | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Make.defines.linux b/Make.defines.linux index ef20eaa..9e30018 100755 --- a/Make.defines.linux +++ b/Make.defines.linux @@ -25,7 +25,7 @@ # Common temp files to delete from each directory. -TEMPFILES=core core.* *.o temp.* *.out *.a *.so +TEMPFILES=core core.* **/*.o temp.* *.out *.a *.so %: %.c $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS) $(LDLIBS) -- Gitblit v1.8.0