From 84d1a01b87b97d6ac459d9c1bd886101c4d0ff53 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 f2c7624..92b9ec7 160000 --- a/tools/asmproc +++ b/tools/asmproc @@ -1 +1 @@ -Subproject commit f2c7624ed483f6e4b41d0a68dbcfb8f781a09ee3 +Subproject commit 92b9ec72f40fde329bd91a83046b6c74bdc00199 From 2de136a53961c5dadabbff431a5c1b781c4891e5 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 32e12b3..21d9ba4 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)