diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ version: clean: @rm -rf $(TOP)vendor/* $(PKG)-autoloads.el* $(OBJECTS) +.PHONY: build +build: $(OBJECTS) + +$(OBJECTS): %.elc: %.el + @$(BATCH) --kill -l bytecomp --eval '(byte-recompile-file (expand-file-name "$(TOP)$<") nil 0)' + ## # Test |
