From 3788884df99f49883d201e8bd7a57bc90f182589 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 17 Dec 2015 15:59:16 -0800 Subject: [PATCH] add new target --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index c0fbffe..84fdf36 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,11 @@ all:test test: scribble top-level.scrbl + +clean: + rm -f scribble-common.js \ + scribble-style.css scribble.css \ + image.png \ + top-level.html + +new: clean all -- 2.30.2