From 010680adcf47885a21f43c07ae4a2e641bce2375 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 4 Oct 2020 21:34:46 -0400 Subject: [PATCH] Remove old Borg-specific Makefile --- Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 02296e8..0000000 --- a/Makefile +++ /dev/null @@ -1,24 +0,0 @@ --include lib/borg/borg.mk - -INIT_FILES = early-init.el -INIT_FILES += init.el -INIT_FILES += lisp/bandali-utils.el -INIT_FILES += lisp/bandali-org.el -INIT_FILES += lisp/bandali-theme.el -INIT_FILES += lisp/bandali-ivy.el -INIT_FILES += lisp/bandali-eshell.el -INIT_FILES += lisp/bandali-ibuffer.el -INIT_FILES += lisp/bandali-dired.el -INIT_FILES += lisp/bandali-gnus.el -INIT_FILES += lisp/bandali-message.el -INIT_FILES += lisp/bandali-ebdb.el -INIT_FILES += lisp/bandali-erc.el -INIT_FILES += lisp/bandali-yasnippet.el - -bootstrap-borg: - @git submodule--helper clone --name borg --path lib/borg \ - --url https://github.com/emacscollective/borg.git - @cd lib/borg; git symbolic-ref HEAD refs/heads/master - @cd lib/borg; git reset --hard HEAD - -i: build-init -- 2.20.1