Mercurial > hg > Game > Cerium
diff example/Cuda/Makefile @ 2067:0e2389a5ac4e draft
fix Cudaexmple
author | ikkun |
---|---|
date | Fri, 03 Feb 2017 19:09:16 +0900 |
parents | 4d1bc8cd3a62 |
children | 26aa08c9a1de |
line wrap: on
line diff
--- a/example/Cuda/Makefile Wed Feb 17 17:49:13 2016 +0900 +++ b/example/Cuda/Makefile Fri Feb 03 19:09:16 2017 +0900 @@ -30,7 +30,7 @@ $(CC) -o $(TARGET) $(OBJS) $(TASK_OBJS) $(LIBS) debug: $(TARGET) - sudo gdb ./$(TARGET) + sudo lldb ./$(TARGET) clean: rm -f $(TARGET) $(OBJS) $(TASK_OBJS) $(CUDA_OBJS)