summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 21:23:03 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 21:37:24 -0500
commite724cc402f5c4fd2fc84536c2806d0d2f46926d9 (patch)
tree506705056638eb703cd8a51f9b64eaace497c56a /Makefile
parent86efa0e39cbe936b57c65f18b576e95de57bc68b (diff)
downloadconfigs-e724cc402f5c4fd2fc84536c2806d0d2f46926d9.tar.gz
configs-e724cc402f5c4fd2fc84536c2806d0d2f46926d9.tar.xz
configs-e724cc402f5c4fd2fc84536c2806d0d2f46926d9.zip
[emacs][wip] remove vestigial borg-related things
Diffstat (limited to '')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e694d46..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
--include lib/borg/borg.mk
-
-bootstrap-borg:
- @git submodule--helper clone --name borg --path lib/borg \
- --url git@github.com:emacscollective/borg.git
- @cd lib/borg; git symbolic-ref HEAD refs/heads/master
- @cd lib/borg; git reset --hard HEAD
-
-bootstrap: tangle-init
-
-ta: tangle-init all
-
-ti: tangle-init build-init