1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 18:02:30 +03:00

Add "make uninstall" rule

This commit is contained in:
Rui Ueyama 2021-05-17 22:56:58 +09:00
parent de4d1eb67c
commit f49cc3e089

View File

@ -73,6 +73,10 @@ install: all
rm -f $(PREFIX)/share/man/man1/mold.1.gz
gzip -9 $(PREFIX)/share/man/man1/mold.1
uninstall:
rm -rf $(PREFIX)/bin/mold $(PREFIX)/share/man/man1/mold.1.gz \
$(PREFIX)/lib/mold
clean:
rm -f *.o *~ mold mold-wrapper.so