From addc64d52e093495235c0b95f203cd38ed99da6d Mon Sep 17 00:00:00 2001 From: bebbo Date: Thu, 18 Oct 2018 15:59:51 +0200 Subject: [PATCH] do not unpack lha during update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48efa3d..aa4fd24 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ update-libdebug: projects/libdebug/configure update-libSDL12: projects/libSDL12/Makefile.bax @cd projects/libSDL12 && git pull -update-ndk: projects/NDK_3.9.info +update-ndk: download/NDK39.lha update-newlib: projects/newlib-cygwin/newlib/configure @cd projects/newlib-cygwin && git pull