diff options
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: |
