diff options
| author | lijia <[email protected]> | 2018-10-24 09:52:21 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2018-10-24 09:52:21 +0800 |
| commit | d99b1c61954cb19a3abba0fa7ac8933f7d16d577 (patch) | |
| tree | e72cf94c1080c0c1108ccf2431a72e545b5fcfc0 /src/Makefile | |
| parent | cedca78783bd4ac350c63e7049bde561fbd8ba48 (diff) | |
清理源码中无用的.o, .so, .a文件HEADalpha_version
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
