Files
rocm-systems/test/memory_validation/Makefile
T

11 lines
124 B
Makefile
Raw Normal View History

2019-07-18 05:15:06 -05:00
# benchmarks dir
BENCH_DIR = benches
.PHONY: build
build:
$(MAKE) -C $(BENCH_DIR)
clean:
$(MAKE) -C $(BENCH_DIR) clean