aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2f01aae..e6bbb2f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,12 +23,8 @@ $(MHI_QMI_CONNECT): $(OBJS)
install: $(MHI_QMI_CONNECT)
install -D -m 755 $< $(DESTDIR)$(prefix)/bin/$<
install -D -m 644 mhi-qmi-connect.conf $(DESTDIR)$(prefix)/etc/
-
-install_udev:
install -m 644 -p 42-mhi.rules $(DESTDIR)$(prefix)/lib/udev/rules.d
-#TODO uninstall
-
clean:
rm -f $(MHI_QMI_CONNECT) $(OBJS)