From ca302b4fe6c22025f41992ff169a29b8f5aba471 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 11 May 2015 09:39:44 +0200 Subject: [PATCH] targets/avy-init.el: Move * Makefile: Update. Fixes #32 Fixes milkypostman/melpa/#2758 --- Makefile | 4 ++-- avy-init.el => targets/avy-init.el | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename avy-init.el => targets/avy-init.el (100%) diff --git a/Makefile b/Makefile index e155179..6e00ec3 100644 --- a/Makefile +++ b/Makefile @@ -11,10 +11,10 @@ test: $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit compile: - $(emacs) -batch -l avy-init.el + $(emacs) -batch -l targets/avy-init.el run: - $(emacs) -Q -l avy-init.el + $(emacs) -Q -l targets/avy-init.el clean: rm -f *.elc diff --git a/avy-init.el b/targets/avy-init.el similarity index 100% rename from avy-init.el rename to targets/avy-init.el