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 /01/Makefile | |
parent | 3255cd32d787c7b8e68e9848cab7d4042954f177 (diff) |
readme tweaks, mainly
Diffstat (limited to '01/Makefile')
-rw-r--r-- | 01/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/01/Makefile b/01/Makefile index 5dde439..f40b401 100644 --- a/01/Makefile +++ b/01/Makefile @@ -5,3 +5,5 @@ out00: in00 ../00/hexcompile %.html: %.md ../markdown ../markdown $< +clean: + rm -f out00 out01 README.html |