--- 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 _AT_@ -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.1Received on Wed May 31 2023 - 18:21:20 CEST
This archive was generated by hypermail 2.3.0 : Wed May 31 2023 - 18:24:39 CEST