From 40fb683aad5fb3877a7d1446bf772b89c8c033fc Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 10 Feb 2013 20:06:42 -0800 Subject: [PATCH] Makefile: add clean target Change-Id: I4ec279e3e39fe5388d75f694542149d72d588d49 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1604c50de..912a6eee9 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ UIDIR = server/camlistored/ui NEWUIDIR = server/camlistored/newui +clean: + rm -f $(NEWUIDIR)/all.js $(NEWUIDIR)/all.js.map + minijs: $(NEWUIDIR)/all.js $(NEWUIDIR)/all.js: $(NEWUIDIR)/blob_item.js $(NEWUIDIR)/blob_item_container.js $(NEWUIDIR)/create_item.js $(NEWUIDIR)/index.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_type.js $(NEWUIDIR)/toolbar.js $(UIDIR)/base64.js $(UIDIR)/camli.js $(UIDIR)/Crypto.js $(UIDIR)/SHA1.js