From c2f89648b5751139d4e32501734ef70e5e822ec9 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 9 Aug 2024 13:45:46 -0400 Subject: [PATCH 1/2] update asm processor --- tools/asmproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/asmproc b/tools/asmproc index f2c7624e..92b9ec72 160000 --- a/tools/asmproc +++ b/tools/asmproc @@ -1 +1 @@ -Subproject commit f2c7624ed483f6e4b41d0a68dbcfb8f781a09ee3 +Subproject commit 92b9ec72f40fde329bd91a83046b6c74bdc00199 From 61e4d17e98fd7a251f730ff75b76649529f8a3ab Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 9 Aug 2024 15:24:46 -0400 Subject: [PATCH 2/2] fix build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32e12b39..21d9ba47 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,7 @@ expected: mkdir -p expected/ cp -r $(BUILD_DIR) expected/$(BUILD_DIR) -setup: distclean submodules split tools all expected +setup: distclean submodules split $(BUILD_DIR): echo $(C_FILES)