Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 90d0389

Browse files
committed
update makefile
1 parent b49c52c commit 90d0389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ clean:
99
rm $(OUTFILE)
1010

1111
install:
12-
install -m 644 -D $(OUTFILE) "$HOME/.config/hexchat/addons/$OUTFILE"
12+
install -m 644 -D $(OUTFILE) $(HOME)/.config/hexchat/addons/$(OUTFILE)
1313

1414
uninstall:
15-
rm "$HOME/.config/hexchat/addons/$OUTFILE"
15+
rm $(HOME)/.config/hexchat/addons/$(OUTFILE)
1616

0 commit comments

Comments
 (0)