diff options
author | pommicket <pommicket@gmail.com> | 2021-11-17 22:58:17 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-17 22:58:17 -0500 |
commit | 17cf6b6fa02db452c3b0b88b09b8884f73b0c1eb (patch) | |
tree | 6dd2df582b20935e5537bd6c55b885aeeea9fc65 /04a/Makefile | |
parent | 3922fc11cde176e41c98a73f88e5552736b13e2f (diff) |
04a readme and corrections
Diffstat (limited to '04a/Makefile')
-rw-r--r-- | 04a/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |