minor update

This commit is contained in:
Blaise Tine 2024-05-06 01:28:03 -07:00
parent 79f5824c74
commit 009861433a

View file

@ -7,9 +7,7 @@ SRC_DIR := $(VORTEX_HOME)/tests/opencl/$(PROJECT)
SRCS := $(SRC_DIR)/main.cc
CXXFLAGS += -I$(SRC_DIR)
common.h: $(SRC_DIR)/common.h
common.h: $(SRC_DIR)/common.h
cp $< $@
setup: common.h