diff options
Diffstat (limited to '04b/Makefile')
-rw-r--r-- | 04b/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/04b/Makefile b/04b/Makefile new file mode 100644 index 0000000..e6187d4 --- /dev/null +++ b/04b/Makefile @@ -0,0 +1,7 @@ +all: out03 +out03: in03 ../03/out02 + ../03/out02 +%.html: %.md ../markdown + ../markdown $< +clean: + rm -f out* README.html |