From 33a69fbe0e6562e33d61c938b81624903b7ea271 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 19 Mar 2023 14:17:11 -0400 Subject: [PATCH] fixup --- org_mode_samples/plain_lists/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org_mode_samples/plain_lists/Makefile b/org_mode_samples/plain_lists/Makefile index f4fe91c..ba131d4 100644 --- a/org_mode_samples/plain_lists/Makefile +++ b/org_mode_samples/plain_lists/Makefile @@ -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 $< $@