aboutsummaryrefslogtreecommitdiff
blob: 9a59ded32d17342e646e6514367ec87c035d8871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# can be replaced with `wget -q -O -` if you want
HTTPCAT = curl

fetch:
	$(HTTPCAT) http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
	$(HTTPCAT) http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids

PV ?= $(shell date +%Y%m%d)
P = hwids-$(PV)

tag:
	git tag $(P)