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 e25c8f0..dd06acd 100644 --- a/03/Makefile +++ b/03/Makefile @@ -1,5 +1,5 @@ all: out02 -out02: in02 +out02: in02 ../02/out01 ../02/out01 out03: out02 in03 ./out02 |