We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d480520 commit 56d174aCopy full SHA for 56d174a
makefile
@@ -212,7 +212,7 @@ endif
212
.c.o:
213
$(CXX) $(CFLAGS) -c $< -o $@
214
215
-famsa: src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS)
+famsa: deflate src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS)
216
$(CXX) $(CLINK) -o $@ src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS) $(LIB_FILES)
217
218
clean:
0 commit comments