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 610b054..f88d708 100644 --- a/04a/Makefile +++ b/04a/Makefile @@ -1,6 +1,8 @@ -all: out04 +all: out04 out04a README.html out04: in04 ../04/out03 ../04/out03 +out04a: in04a out04 + ./out04 %.html: %.md ../markdown ../markdown $< clean: |