mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
11 lines
No EOL
155 B
Makefile
11 lines
No EOL
155 B
Makefile
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
|