rebuilding the test always to prevent stale binary usage

This commit is contained in:
Evgeny
2019-03-20 19:48:37 -05:00
parent 844d9c6ce0
commit f03d150ede
+1 -1
Vedi File
@@ -15,7 +15,7 @@ EXECUTABLE=./MatrixTranspose
.PHONY: test
all: $(EXECUTABLE) test
all: clean $(EXECUTABLE) test
CXXFLAGS =-g
CXX=$(HIPCC)