From 80433ec93edb84886760f627992d8b279518db07 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Wed, 17 Dec 2025 03:48:28 +0000 Subject: [PATCH] Update Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dc87d42..ac70db1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: help full base os prng testing uuid all clean builddir build-test run-test install build-lib ccodegen +.PHONY: help full base os prng testing uuid all clean builddir build-test run-test install build-lib # External variables CC = clang @@ -175,6 +175,3 @@ build-lib: builddir $(CC) -c $(CSTD) $(CFLAGS) $(BUILD_FLAGS) $(LIBFLAGS) $(LIB_SRC) -o "$(OBJ_OUT)" $(AR) r "$(LIB_OUT)" "$(OBJ_OUT)" @rm "$(OBJ_OUT)" - -ccodegen: - $(CC) $(CSTD) $(CFLAGS) $(BUILD_FLAGS) $(LIBFLAGS) -Isrc/os src/os/wapp_os.c ccodegen/*.c -o ccgen