-
- Downloads
Replace make ext target and its documentation
With the ext/ subdirectories being an integral part of the repo, as they were added with git subtree, there is no need to init/deinit/clean etc. When this repo is checked out, the test and build dependencies are also checked out. make ext reads the file ext/dependencies.lisp-expr and performs a git subtree pull for all packages in ext to update them to the specified treeish (use 'master' to update to the latest HEAD)
Showing
- Makefile 3 additions, 9 deletionsMakefile
- README.md 4 additions, 30 deletionsREADME.md
- ext/dependencies.lisp-expr 14 additions, 0 deletionsext/dependencies.lisp-expr
- make.bat 0 additions, 12 deletionsmake.bat
- make.sh 1 addition, 9 deletionsmake.sh
- tools/git.lisp 9 additions, 17 deletionstools/git.lisp
- tools/main.lisp 1 addition, 1 deletiontools/main.lisp
ext/dependencies.lisp-expr
0 → 100644
Please register or sign in to comment