This commit is contained in:
Tom Alexander 2023-03-19 14:17:11 -04:00
parent 4e7d7d3bcf
commit 33a69fbe0e
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -18,5 +18,5 @@ all: paragraphs.tree.txt
clean:
> rm -rf *.tree.txt
%.tree.txt: %.org
%.tree.txt: %.org ../common.el ../dump_org_ast.bash
> ../dump_org_ast.bash $< $@