diff options
Diffstat (limited to '00/Makefile')
-rw-r--r-- | 00/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/00/Makefile b/00/Makefile index a328fee..b882d3e 100644 --- a/00/Makefile +++ b/00/Makefile @@ -3,3 +3,5 @@ out00: in00 ./hexcompile %.html: %.md ../markdown ../markdown $< +clean: + rm -f out00 README.html |