From 17cf6b6fa02db452c3b0b88b09b8884f73b0c1eb Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 17 Nov 2021 22:58:17 -0500 Subject: 04a readme and corrections --- 04a/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '04a/Makefile') diff --git a/04a/Makefile b/04a/Makefile index e6187d4..f6b9915 100644 --- a/04a/Makefile +++ b/04a/Makefile @@ -1,6 +1,8 @@ -all: out03 +all: out03 out04a README.html out03: in03 ../03/out02 ../03/out02 +out04a: out03 in04a + ./out03 in04a out04a %.html: %.md ../markdown ../markdown $< clean: -- cgit v1.2.3