Browse Source

Fix the Makefile

thefak3petton
Nicolas Petton 5 years ago
parent
commit
a4a7b89551
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
3 changed files with 8 additions and 4 deletions
  1. +3
    -0
      .gitmodules
  2. +4
    -4
      Makefile
  3. +1
    -0
      lib/async

+ 3
- 0
.gitmodules View File

@ -19,6 +19,9 @@
[submodule "assess"]
path = lib/assess
url = git@github.com:phillord/assess.git
[submodule "async"]
path = lib/async
url = git@github.com:jwiegley/emacs-async.git
[submodule "auctex"]
path = lib/auctex
url = git@github.com:emacsmirror/auctex.git


+ 4
- 4
Makefile View File

@ -1,7 +1,7 @@
-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
@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

+ 1
- 0
lib/async

@ -0,0 +1 @@
Subproject commit 324549ba1dcf610c3766c272f86bae9d2c49fc70

Loading…
Cancel
Save