From c42bd19c49e4bf7a47152bc3e6ec7b3702d52917 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 8 Sep 2021 20:22:51 +0900 Subject: [PATCH] Add a missing filename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dcf8d5a..a4cd2600 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ install: all ln -sf mold $(DEST)/bin/ld64.mold uninstall: - rm -f $(DEST)/bin/mold $(DEST)/bin/ld.mold + rm -f $(DEST)/bin/mold $(DEST)/bin/ld.mold $(DEST)/bin/ld64.mold rm -f $(DEST)/share/man/man1/mold.1.gz rm -rf $(DEST)/lib/mold