Skip to content

Commit

Permalink
update makefile install
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Apr 18, 2017
1 parent 1938e91 commit ac98846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ install:
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0644 src/[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0644 src/[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0644 src/[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0755 src/minecraftctl.sh $(PREFIX)/usr/bin/minecraftctl

.PHONY: uninstall
uninstall:
rm $(PREFIX)/usr/lib/systemd/system/[email protected]
rm $(PREFIX)/usr/lib/systemd/system/[email protected]
rm $(PREFIX)/usr/lib/systemd/system/[email protected]
rm $(PREFIX)/usr/lib/systemd/system/[email protected]
rm $(PREFIX)/usr/lib/systemd/system/[email protected]
rm $(PREFIX)/usr/bin/minecraftctl

0 comments on commit ac98846

Please sign in to comment.