We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43c6d4 commit e5c74d9Copy full SHA for e5c74d9
1 file changed
Makefile
@@ -49,6 +49,8 @@ install: all
49
uninstall:
50
rm -f $(addprefix $(DESTDIR)$(PREFIX)/bin/,$(bins))
51
rm -f "$(DESTDIR)${PREFIX}/lib/systemd/user/clipmenud.service"
52
+ rm -f $(addprefix $(DESTDIR)$(mandir)/man1/,$(man1_files))
53
+ rm -f $(addprefix $(DESTDIR)$(mandir)/man5/,$(man5_files))
54
55
clean:
56
rm -f src/*.o src/*~ $(addprefix src/,$(bins))
0 commit comments