summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-19 19:43:13 -0800
committerpommicket <pommicket@gmail.com>2022-02-19 19:43:13 -0800
commita8c884e6cd294942f1392908284808860e49fe54 (patch)
tree28a717fc60dd115d0884a90eae371aaf01d79f39 /Makefile
parent54a191a117bb3e4c217ff3fb06e6278b362f6309 (diff)
finish 05
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 20d8dcb..323bff9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ all: markdown README.html
$(MAKE) -C 03
$(MAKE) -C 04
$(MAKE) -C 04a
+ # don't compile all of 05 because it takes a while
+ $(MAKE) -C 05 README.html
clean:
$(MAKE) -C 00 clean
$(MAKE) -C 01 clean