Makefile: add clean target

Change-Id: I4ec279e3e39fe5388d75f694542149d72d588d49
This commit is contained in:
Brad Fitzpatrick 2013-02-10 20:06:42 -08:00
parent ab0db703ea
commit 40fb683aad
1 changed files with 3 additions and 0 deletions

View File

@ -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