otherwise, other versions will end up sticking around. e.g due to `git
pull`-ing new changes or checking out a different branch etc.
---

And why we're here, why not break up the line? It's pretty long as of
now and was kind of annoying to inspect and/or edit.

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e403bb2..c8ba7a5 100644
--- a/Makefile
+++ b/Makefile
@@ -342,7 +342,7 @@ uninstall:
        if ! [ -z "$(PCPREFIX)" ]; then rm -f 
"$(DESTDIR)$(PCPREFIX)/libgrapheme.pc"; fi
 
 clean:
-       rm -f $(BENCHMARK:=.o) benchmark/util.o $(BENCHMARK:=$(BINSUFFIX)) 
$(GEN:=.h) $(GEN:=.o) gen/util.o $(GEN:=$(BINSUFFIX)) $(SRC:=.o) src/util.o 
$(TEST:=.o) test/util.o $(TEST:=$(BINSUFFIX)) $(ANAME) $(SONAME) $(MAN3:=.3) 
$(MAN7:=.7)
+       rm -f $(BENCHMARK:=.o) benchmark/util.o $(BENCHMARK:=$(BINSUFFIX)) 
$(GEN:=.h) $(GEN:=.o) gen/util.o $(GEN:=$(BINSUFFIX)) $(SRC:=.o) src/util.o 
$(TEST:=.o) test/util.o $(TEST:=$(BINSUFFIX)) $(ANAME) libgrapheme.so.* 
$(MAN3:=.3) $(MAN7:=.7)
 
 clean-data:
        rm -f $(DATA)
-- 
2.40.1


Reply via email to