aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 739d3bf..73c9b10 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ PKG = soria
ELS_ALL = $(wildcard *.el)
ELS = $(filter-out $(PKG)-autoloads.el,$(ELS_ALL))
+OBJECTS = $(ELS:.el=.elc)
EMACS ?= emacs
BATCH = $(EMACS) --quick --batch $(LOAD_PATH)
@@ -20,7 +21,7 @@ version:
.PHONY: clean
clean:
- @rm -rf $(TOP)vendor/* $(PKG)-autoloads.el*
+ @rm -rf $(TOP)vendor/* $(PKG)-autoloads.el* $(OBJECTS)
##
# Test