From e6fc0b59e82490cd27ca8bea960066acd5799042 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 18 Aug 2019 17:41:13 -0400 Subject: [PATCH] Declare phony targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c5a3111..5dd4b3b 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ UDEV_FILES += 70-joystick.hwdb 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.h all: $(ALL_TARGETS-yes) +.PHONY: all install install-base install-hwdb fetch tag udev-hwdb compress + install: $(INSTALL_TARGETS-yes) # OUI/IAB: https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries -- 2.25.1