Fix hipCommander Makefile

Este commit está contenido en:
Rahul Garg
2018-05-16 15:01:32 +05:30
padre 317f67fac2
commit 9707e9f563
+1 -1
Ver fichero
@@ -19,7 +19,7 @@ $(EXE): hipCommander.cpp
$(HIPCC) $(CXXFLAGS) $^ -o $@
nullkernel.hsaco : nullkernel.hip.cpp
$(HIPCC) --genco nullkernel.hip -o nullkernel.hsaco
$(HIPCC) --genco nullkernel.hip.cpp -o nullkernel.hsaco
install: $(EXE)