X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=657a0e5fd979d87f16577b69c71f7b9ae647cc72;hb=5593635b87ce81aa51c7bc3c503b94388a0b84d7;hp=43ddd67fa120bc3c769bd957afc3a630b5b72b10;hpb=6b5f14dd1ae58a03a5d7c7aa22d2a8f779d01da3;p=exopen-mode.git diff --git a/Makefile b/Makefile index 43ddd67..657a0e5 100644 --- 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) $<