mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 05:17:45 -04:00
8 lines
No EOL
205 B
Makefile
8 lines
No EOL
205 B
Makefile
ROOT_DIR := $(realpath ../..)
|
|
include $(ROOT_DIR)/config.mk
|
|
|
|
SIM_DIR := $(VORTEX_HOME)/sim
|
|
HW_DIR := $(VORTEX_HOME)/hw
|
|
|
|
INC_DIR := $(VORTEX_HOME)/runtime/include
|
|
COMMON_DIR := $(VORTEX_HOME)/runtime/common
|