ソースを参照

Update Makefile (#458)

Fix uninstall command
tags/v3.1
Michel Boaventura 4年前
committed by GitHub
コミット
44ea786929
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile ファイルの表示

@@ -32,7 +32,7 @@ install:

uninstall:
for script in bin/*; do \
rm -f $(DESTDIR)$(PREFIX)/$$script; \
rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \
done
rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard
rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1


読み込み中…
キャンセル
保存