diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2013-07-24 17:11:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2013-07-24 17:11:04 -0700 |
| commit | 4c1eab53f216394783843e96f0b47eeea65621ec (patch) | |
| tree | 0a35645fb17085303789a284bd5a762ea1a4b924 /Makefile | |
| parent | 1076b9c3b2fd40bf04caeedde5801ae64348530e (diff) | |
| download | rust-mode-4c1eab53f216394783843e96f0b47eeea65621ec.tar.gz | |
rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index c79e7a9..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -E=@echo -TEMP=temp.el - -EMACS ?= emacs - -all: $(TEMP) - $(EMACS) -batch -q -no-site-file -l ./$(TEMP) -f rustmode-compile - rm -f $(TEMP) -$(TEMP): - $(E) '(setq load-path (cons "." load-path))' >> $(TEMP) - $(E) '(defun rustmode-compile () (mapcar (lambda (x) (byte-compile-file x))' >> $(TEMP) - $(E) ' (list "cm-mode.el" "rust-mode.el")))' >> $(TEMP) -clean: - rm -f *.elc $(TEMP) |
