diff options
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 |