diff options
author | pommicket <pommicket@gmail.com> | 2021-11-10 12:55:41 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-10 12:55:41 -0500 |
commit | 2288e47516189fc10874b565d1d7d64bbbba4a47 (patch) | |
tree | e0dcb8ba8a4257a868f006792ce3da06351af260 /02/Makefile | |
parent | 3255cd32d787c7b8e68e9848cab7d4042954f177 (diff) |
readme tweaks, mainly
Diffstat (limited to '02/Makefile')
-rw-r--r-- | 02/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/02/Makefile b/02/Makefile index 23fc8a1..17b0b0e 100644 --- a/02/Makefile +++ b/02/Makefile @@ -1,7 +1,9 @@ all: out01 out02 README.html out01: in01 ../01/out00 -out02: out01 +out02: out01 in02 ./out01 %.html: %.md ../markdown ../markdown $< +clean: + rm -f out01 out02 README.html |