mirror of https://github.com/perkeep/perkeep.git
Makefile: add clean target
Change-Id: I4ec279e3e39fe5388d75f694542149d72d588d49
This commit is contained in:
parent
ab0db703ea
commit
40fb683aad
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in New Issue