Files
rocm-systems/tools/EmptyKernelTest/Makefile
T

9 lines
143 B
Makefile
Raw Normal View History

CXX=/opt/rocm/bin/hipcc
EmptyKernelTest: EmptyKernelTest.cpp
$(CXX) EmptyKernelTest.cpp -o EmptyKernelTest
clean:
rm -f ./EmptyKernelTest