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