diff options
author | pommicket <pommicket@gmail.com> | 2021-11-14 00:33:40 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-14 00:33:40 -0500 |
commit | 7bb8ab02f70c0a436a00e29275ab87b5bb56d584 (patch) | |
tree | fe6caca7fbd907c6191f00e4f8837612e5bd70ef /03/Makefile | |
parent | f7f1f10cb06eb69e12a1b83de6d4c62f0b68ad46 (diff) |
03 README
Diffstat (limited to '03/Makefile')
-rw-r--r-- | 03/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/03/Makefile b/03/Makefile index 3d71765..2a50640 100644 --- a/03/Makefile +++ b/03/Makefile @@ -1,4 +1,4 @@ -all: out02 out03 +all: out02 out03 README.html out02: in02 ../02/out01 ../02/out01 out03: out02 in03 |