| tuse install instead of cp - cuda-memscrub - scrubs the global device memory of… | |
| git clone git://src.adamsgaard.dk/cuda-memscrub | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 88c63f23bbd6bf41d1b23fc834fd7d6be4610656 | |
| parent c03a79352dbcded5abf65e3144f7615c448afa95 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Thu, 14 Aug 2014 09:11:16 +0200 | |
| use install instead of cp | |
| Diffstat: | |
| M Makefile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| t@@ -10,7 +10,7 @@ $(BIN): $(SRC) | |
| install: $(INSTALLPATH)/$(BIN) | |
| $(INSTALLPATH)/$(BIN): $(BIN) | |
| - cp $^ $@ | |
| + install $^ $@ | |
| memcheck: $(BIN) | |
| cuda-memcheck ./$<; |