mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-22 04:47:56 -04:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
all:
|
|
|
|
run-simx:
|
|
$(MAKE) -C isa run-simx
|
|
|
|
run-rtlsim:
|
|
$(MAKE) -C isa run-rtlsim
|
|
|
|
clean:
|