Remove old Borg-specific Makefile
authorAmin Bandali <bandali@gnu.org>
Mon, 5 Oct 2020 01:34:46 +0000 (21:34 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 5 Oct 2020 01:34:46 +0000 (21:34 -0400)
Makefile [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
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