git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/lib/libvirt/isos/suse/Makefile
blob: 25921773c93db8e6dd86dbf87ff904b559df1d46 (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:
	@gpg --verify *.sha256

checksum:
	@sha256sum --ignore-missing -c *.sha256