We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4333de commit 21aed15Copy full SHA for 21aed15
Makefile
@@ -263,5 +263,5 @@ suffix_array_demo: $(SRCDIR)/suffix_array_demo.cpp
263
$(CPP) $(C11FLAGS) -o $@ $^ $(INCLUDEDIR) $(LIBS)
264
265
clean:
266
- rm -rf $(PROGRAMS) *.dSYM
+ rm -rf $(PROGRAMS) *.dSYM *.o
267
0 commit comments