diff options
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 |