Skip to content

Commit 56d174a

Browse files
authored
Update makefile
1 parent d480520 commit 56d174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ endif
212212
.c.o:
213213
$(CXX) $(CFLAGS) -c $< -o $@
214214

215-
famsa: src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS)
215+
famsa: deflate src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS)
216216
$(CXX) $(CLINK) -o $@ src/famsa.o $(COMMON_OBJS) $(LCS_OBJS) $(UTILS_OBJS) $(LIB_FILES)
217217

218218
clean:

0 commit comments

Comments
 (0)