From 61e4d17e98fd7a251f730ff75b76649529f8a3ab Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 9 Aug 2024 15:24:46 -0400 Subject: [PATCH] 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)