Skip to content

Commit 2bced33

Browse files
committed
Make install-systemd rule
1 parent 6292a91 commit 2bced33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ multi:
1212

1313
install:
1414
$(GOCC) install ./cmd/multi
15+
16+
install-systemd: install
1517
mkdir -p $(HOME)/.config/systemd/user/
1618
cp multiverse.service $(HOME)/.config/systemd/user
1719

0 commit comments

Comments
 (0)