# Makefile STATIC_HTML := $(shell grep -xl '' *.html) .PHONY: all docs all: docs badges.html: badges.md markdown $< > $@ docs: static-html.sh $(STATIC_HTML) badges.html ./static-html.sh $(STATIC_HTML)