1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 18:08:01 +03:00

Add a missing filename

This commit is contained in:
Rui Ueyama 2021-09-08 20:22:51 +09:00
parent 68ff4a8408
commit c42bd19c49

View File

@ -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