diff options
author | pommicket <pommicket@gmail.com> | 2021-11-16 11:02:45 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-16 11:02:45 -0500 |
commit | b48712f9c9d7a380fe6a494db7ec9580f9314558 (patch) | |
tree | 3cd680429d8885423eb8439b855a809314a3cf76 /04a/Makefile | |
parent | 31c9f4ca2a416d9f1564b3fea0adaa1bf5786c2e (diff) |
start 04
Diffstat (limited to '04a/Makefile')
-rw-r--r-- | 04a/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/04a/Makefile b/04a/Makefile new file mode 100644 index 0000000..e6187d4 --- /dev/null +++ b/04a/Makefile @@ -0,0 +1,7 @@ +all: out03 +out03: in03 ../03/out02 + ../03/out02 +%.html: %.md ../markdown + ../markdown $< +clean: + rm -f out* README.html |