Files
kernels/tests/unittest/Makefile
T

8 lines
94 B
Makefile

all:
$(MAKE) -C vx_malloc
run:
$(MAKE) -C vx_malloc run
clean:
$(MAKE) -C vx_malloc clean