Make all the makefiles recursive.

This commit is contained in:
Tom Alexander
2023-03-21 14:32:26 -04:00
parent 8cfa40737a
commit 95fe88a5f4
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ SHELL := bash
.DELETE_ON_ERROR:
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
OUT=out
SRCFILES := $(wildcard *.org)
OUTFILES := $(patsubst %.org,%.tree.txt,$(SRCFILES))