Skip to content

Commit 2ac19a7

Browse files
authored
Merge pull request #80 from kounkou/patch-makefile
This pull request solve the cleaning of *.o file issue
2 parents a4333de + 21aed15 commit 2ac19a7

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)