いろいろ変更
[exopen-mode.git] / Makefile
index 43ddd67..657a0e5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TARGETS := exopen.el
+TARGETS := exopen-mode.el
 INSTALLDIR := ~/.emacs.d/dev
 
 .PHONY: install
@@ -13,5 +13,8 @@ $(addsuffix c,$(TARGETS)):
 install: $(TARGETS) $(addsuffix c,$(TARGETS))
        $(INSTALL) $^ $(INSTALLDIR)/
 
+clean:
+       $(RM) *.elc
+
 %.elc: %.el
        $(COMPILE.el) $<