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