Refactor strings and allocator to primitives
This commit is contained in:
6
Makefile
6
Makefile
@@ -24,7 +24,7 @@ ifeq ($(CC),gcc)
|
||||
export ASAN_OPTIONS=verify_asan_link_order=0
|
||||
endif
|
||||
|
||||
.PHONY: all clean builddir build-test run-test codegen build-lib full prng testing uuid core containers
|
||||
.PHONY: all clean builddir build-test run-test codegen build-lib full prng testing uuid core primitives
|
||||
|
||||
all: clean builddir codegen run-test full
|
||||
|
||||
@@ -62,5 +62,5 @@ uuid: build-lib
|
||||
core: LIB_SRC = src/core/wapp_core.c
|
||||
core: build-lib
|
||||
|
||||
containers: LIB_SRC = src/core/wapp_containers.c
|
||||
containers: build-lib
|
||||
primitives: LIB_SRC = src/core/wapp_primitives.c
|
||||
primitives: build-lib
|
||||
|
Reference in New Issue
Block a user