X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=49f8caff4afc4d3763d4efdb2370f78a5c98895f;hb=8b122188dfd404984eb360e8d876682fe7eb1613;hp=1f3ddff8e2e61e72ee78322c0e680923a2097701;hpb=b84aa2e402b304d1de52b4b5e6096b6d74cb4081;p=pciutils.git diff --git a/Makefile b/Makefile index 1f3ddff..49f8caf 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.6.3 -DATE=2020-01-20 +VERSION=3.6.4 +DATE=2020-01-25 # Host OS and release (override if you are cross-compiling) HOST= @@ -111,7 +111,7 @@ TAGS: clean: rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core -o -name "*.orig"` - rm -f update-pciids lspci setpci example lib/config.* *.[78] pci.ids.* lib/*.pc lib/*.so lib/*.so.* tags + rm -f update-pciids lspci setpci example lib/config.* *.[578] pci.ids.gz lib/*.pc lib/*.so lib/*.so.* tags rm -rf maint/dist distclean: clean