mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
ROOT_DIR := $(realpath ../../..)
|
|
include $(ROOT_DIR)/config.mk
|
|
|
|
PROJECT := conform
|
|
|
|
SRC_DIR := $(VORTEX_HOME)/tests/kernel/$(PROJECT)
|
|
|
|
SRCS := $(SRC_DIR)/main.cpp $(SRC_DIR)/tests.cpp
|
|
|
|
include ../common.mk
|