Update.
[oweals/hwids.git] / Makefile
1 # can be replaced with `wget -q -O -` if you want
2 HTTPCAT = curl
3
4 fetch:
5         $(HTTPCAT) http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
6         $(HTTPCAT) http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids
7         git status
8
9 PV ?= $(shell date +%Y%m%d)
10 P = hwids-$(PV)
11
12 tag:
13         git tag $(P)