From d99b1c61954cb19a3abba0fa7ac8933f7d16d577 Mon Sep 17 00:00:00 2001 From: lijia Date: Wed, 24 Oct 2018 09:52:21 +0800 Subject: 清理源码中无用的.o, .so, .a文件 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c244e92..74254c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,7 +52,7 @@ flowood_access: $(COMMON_OBJS) $(ACC_OBJS) #(rm -f $@; $(CC) -o $@ -Wl,--export-dynamic $(CFLAGS) $^ $(LIB); cp $@ ../bin;) flowood_forward.so: $(COMMON_OBJS) $(FWD_OBJS) - (rm -f $@; $(CC) -o $@ -shared $(CFLAGS) $^ $(LIB); cp $@ /opt/MESA/lib) + (rm -f $@; $(CC) -o $@ -shared $(CFLAGS) $^ $(LIB); cp $@ ../lib) clean: -- cgit v1.2.3