diff --git a/GNUmakefile b/GNUmakefile index aa165a8..782f062 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,6 +24,14 @@ install-%: $(foreach DEP,$(DEPS),--eval "(package-install-file \"$(DEP).el\")") \ --eval "(package-install-file \"$*.el\")" \ +install-oni-conf: + emacs --batch \ + --load oni-package.el \ + --funcall package-initialize \ + --eval '(package-refresh-contents)' \ + $(foreach DEP,$(DEPS),--eval "(package-install-file \"$(DEP).el\")") \ + --eval "(package-install-file (car (sort (file-expand-wildcards \"oni-conf/dist/*.tar\") #'string>)))" \ + test-%: install-% emacs --batch \ --load oni-package.el \