Skip to content

Commit

Permalink
dkms_reinstall target
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Feb 5, 2022
1 parent 846d3d3 commit 36714b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,10 @@ dkms_install: dkms_modules_install depmod_conf_install dracut_conf_install udev_

dkms_uninstall: tools_uninstall xorg_conf_uninstall udev_rules_uninstall dracut_conf_uninstall depmod_conf_uninstall dkms_modules_uninstall

enable_debug:
./digimend-debug 1

dkms_reinstall: dkms_uninstall dkms_install enable_debug

dist:
git archive --format=tar.gz --prefix=$(PACKAGE)/ HEAD > $(PACKAGE).tar.gz

0 comments on commit 36714b9

Please sign in to comment.