Mercurial > hg > Game > Cerium
comparison example/Cuda/Makefile @ 2067:0e2389a5ac4e draft
fix Cudaexmple
author | ikkun |
---|---|
date | Fri, 03 Feb 2017 19:09:16 +0900 |
parents | 4d1bc8cd3a62 |
children | 26aa08c9a1de |
comparison
equal
deleted
inserted
replaced
2065:53643db3f0f9 | 2067:0e2389a5ac4e |
---|---|
28 | 28 |
29 link: | 29 link: |
30 $(CC) -o $(TARGET) $(OBJS) $(TASK_OBJS) $(LIBS) | 30 $(CC) -o $(TARGET) $(OBJS) $(TASK_OBJS) $(LIBS) |
31 | 31 |
32 debug: $(TARGET) | 32 debug: $(TARGET) |
33 sudo gdb ./$(TARGET) | 33 sudo lldb ./$(TARGET) |
34 | 34 |
35 clean: | 35 clean: |
36 rm -f $(TARGET) $(OBJS) $(TASK_OBJS) $(CUDA_OBJS) | 36 rm -f $(TARGET) $(OBJS) $(TASK_OBJS) $(CUDA_OBJS) |
37 rm -f *~ \#* | 37 rm -f *~ \#* |