From de156c02dc4c25be1472b2c8c8289a49cf883787 Mon Sep 17 00:00:00 2001 From: bebbo Date: Thu, 12 Aug 2021 08:03:46 +0200 Subject: [PATCH] refs #222: use correct sfdc repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa5c8c7..15e19c1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ GIT_LIBDEBUG := https://github.com/bebbo/libdebug GIT_LIBNIX := https://github.com/bebbo/libnix GIT_LIBSDL12 := https://github.com/AmigaPorts/libSDL12 GIT_NEWLIB_CYGWIN := https://github.com/bebbo/newlib-cygwin -GIT_SFDC := https://github.com/adtools/sfdc +GIT_SFDC := https://github.com/bebbo/sfdc GIT_VASM := https://github.com/mheyer32/vasm GIT_VBCC := https://github.com/bebbo/vbcc GIT_VLINK := https://github.com/mheyer32/vlink