Skip to content

Commit 21aed15

Browse files
committed
This pull request solve the cleaning of *.o file issue
1 parent a4333de commit 21aed15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ suffix_array_demo: $(SRCDIR)/suffix_array_demo.cpp
263263
$(CPP) $(C11FLAGS) -o $@ $^ $(INCLUDEDIR) $(LIBS)
264264

265265
clean:
266-
rm -rf $(PROGRAMS) *.dSYM
266+
rm -rf $(PROGRAMS) *.dSYM *.o
267267

0 commit comments

Comments
 (0)