1 2 3 4 5 6 7 8
SHELL := /bin/bash jabbrev.json: parse_all_pages.sh bash parse_all_pages.sh > $@ .PHONY: clean clean: rm -f jabbrev.json