ROOT_DIR := $(realpath ../..) include $(ROOT_DIR)/config.mk all: $(MAKE) -C vx_malloc run: $(MAKE) -C vx_malloc run clean: $(MAKE) -C vx_malloc clean