summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2013-08-15 16:45:26 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2013-08-15 16:45:26 +0300
commit5666779cf93fda9a91b61e37131e87d455bb39a9 (patch)
tree8189d8903e296eb75a0193003550e87c04e98e48 /Makefile
parent9cf6b339e10711d64351359ea83e21ff25355ac1 (diff)
Remove elpa file in clean task
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d49b39d8..01f542f5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ virtual-test :
.PHONY: clean
clean :
rm -f $(OBJECTS)
+ rm -f elpa
rm -rf .cask # Clean packages installed for development
%.elc : %.el