git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/lib/libvirt/isos/centos/Makefile
blob: cd4fef83899bf8520d5f41f0620238d14ca1bfa9 (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 *.asc;do gpg --verify $$i;done

checksum:
	@sha256sum --ignore-missing -c sha256sum.txt