From: sparky4 Date: Sat, 12 Mar 2016 21:15:06 +0000 (-0600) Subject: initlibs added wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a524a8d0fc0ab927628c38e14fcca7bb535636ad;hp=a795b980582ebc833763a1e61cc0eaf84c0d647c;p=16.git initlibs added wwww --- diff --git a/makefile b/makefile index dc07fb5d..a2a11726 100755 --- a/makefile +++ b/makefile @@ -439,6 +439,12 @@ updatelibs: .symbolic @./buildall.sh @cd ../../../ +initlibs: .symbolic + @cd src/lib + @git clone https://github.com/joncampbell123/doslib.git + @git clone https://github.com/zserge/jsmn.git + @cd ../../ + xlib: .symbolic @cd 16/xlib @wmake clean