From b9200e7a846a4f34311b769ca8c8776a48039fbf Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 31 Jan 2011 16:05:07 +0100 Subject: [PATCH] small makefile fixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 922c2d92..f5e61935 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ build: clean: rm -rf build - rm -rf ace + rm -rf ace-* + rm ace-*.tgz ace.tgz: build mv build ace-`./version.js`