mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-22 12:57:41 -04:00
8 lines
No EOL
94 B
Makefile
8 lines
No EOL
94 B
Makefile
all:
|
|
$(MAKE) -C vx_malloc
|
|
|
|
run:
|
|
$(MAKE) -C vx_malloc run
|
|
|
|
clean:
|
|
$(MAKE) -C vx_malloc clean
|