Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Peter F. Patel-Schneider <[email protected]>
  • Loading branch information
MattHag and pfps authored Feb 11, 2024
1 parent c0473f3 commit b2b2115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UDEV_RULES_DEST := /etc/udev/rules.d/
.PHONY: install_udev install_udev_uinput uninstall_udev

install_udev:
@echo "Copying Solaar udev rules to $(UDEV_RULES_DEST)"
@echo "Copying Solaar udev rule to $(UDEV_RULES_DEST)"
sudo cp $(UDEV_RULES_SOURCE) $(UDEV_RULES_DEST)
sudo udevadm control --reload-rules

Expand Down

0 comments on commit b2b2115

Please sign in to comment.