We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170a97 commit a23fff8Copy full SHA for a23fff8
Makefile
@@ -126,5 +126,10 @@ dkms_install: dkms_modules_install depmod_conf_install dracut_conf_install udev_
126
127
dkms_uninstall: tools_uninstall xorg_conf_uninstall udev_rules_uninstall dracut_conf_uninstall depmod_conf_uninstall dkms_modules_uninstall
128
129
+enable_debug:
130
+ ./digimend-debug 1
131
+
132
+dkms_reinstall: dkms_uninstall dkms_install enable_debug
133
134
dist:
135
git archive --format=tar.gz --prefix=$(PACKAGE)/ HEAD > $(PACKAGE).tar.gz
0 commit comments