sh4d0wup 0.3.0

Signing-key abuse and update exploitation framework
Documentation
1
2
3
4
5
6
7
8
sh4d0wup=cargo run --release --
plots := $(patsubst contrib/%.yaml,build/%.tar.zst,$(wildcard contrib/plot-*.yaml))

all: $(plots)

build/%.tar.zst: contrib/%.yaml
	@mkdir -p build/
	$(sh4d0wup) build -o $@ $^