diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-08-18 17:41:13 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-08-18 17:41:13 -0400 |
commit | e6fc0b59e82490cd27ca8bea960066acd5799042 (patch) | |
tree | bbc2bf8e239907d001905ae8db6117b509c53be0 /Makefile | |
parent | Mark ids_parser.py executable (diff) | |
download | hwids-e6fc0b59e82490cd27ca8bea960066acd5799042.tar.gz hwids-e6fc0b59e82490cd27ca8bea960066acd5799042.tar.bz2 hwids-e6fc0b59e82490cd27ca8bea960066acd5799042.zip |
Declare phony targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |