git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/lib/libvirt/isos/debian/Makefile
blob: f019f36b6de172a40be503a2c438b1b2e6a191b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
VERSION = 3.81

all: gpgverify checksum pandoc

pandoc:
	@pandoc --verbose -o README.html README.md

gpgverify:
	@for i in *.sign;do gpg --verify $$i;done

checksum:
	@sha512sum --ignore-missing -c SHA512SUMS