From 3ed65c0d9896e5c448545befe9eb850aebfd3ef3 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 29 Sep 2012 16:00:42 +0200 Subject: [PATCH] Correct clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ed5a95e77..087a9b9205 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ test: $(INTERNAL_SRC) $(PHANTOMJS) test/phantom-jasmine/run_jasmine_test.coffee test/ol.html clean: - rm -f jsdoc/jsdoc-*-timestamp + rm -f build/jsdoc-*-timestamp rm -f build/lint-spec-timestamp rm -f build/lint-src-timestamp rm -f build/ol.css