Browse Source

Add script for making Cakelisp and Gamelib repos

master
Macoy Madson 2 years ago
parent
commit
fffbf2e3b3
  1. 2
      Emacs/build-systems.el
  2. 12
      GitConvenience/MakeCakelispGameLibRepo.sh

2
Emacs/build-systems.el

@ -3,7 +3,7 @@
;; Build systems
;;
;; These jam systems are here more for reference than for actual use by anyone other than me
;; These jam systems are here more for reference than for actual use
(defun build-universal-jam ()
"Build using jam (select directory first)"
(interactive)

12
GitConvenience/MakeCakelispGameLibRepo.sh

@ -0,0 +1,12 @@
#!/bin/sh
mkdir src
mkdir Dependencies
cd Dependencies
git clone git@github.com:makuto/cakelisp.git
git clone gitea@macoy.me:macoy/gamelib.git
cd ../
cp Dependencies/cakelisp/COPYING .
cp Dependencies/cakelisp/LICENSE .
touch ReadMe.org
Loading…
Cancel
Save