X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=c06eca7ac9c015e60844cecae8392abf5f98d8ff;hb=a0f6f1b97e4890bd1048ad735f8926a409ac066b;hp=1f3ddff8e2e61e72ee78322c0e680923a2097701;hpb=b84aa2e402b304d1de52b4b5e6096b6d74cb4081;p=pciutils.git diff --git a/Makefile b/Makefile index 1f3ddff..c06eca7 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.7.0 +DATE=2020-05-31 # 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