vrshoot

changeset 3:c179c72369be tip

rename candy->vr
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 08:52:13 +0200
parents 334d17aed7de
children
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Sun Feb 02 18:36:38 2014 +0200
     1.2 +++ b/Makefile	Mon Feb 03 08:52:13 2014 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  obj = $(ccsrc:.cc=.o) $(csrc:.c=.o)
     1.6  dep = $(obj:.o=.d)
     1.7 -bin = candyshoot
     1.8 +bin = vrshoot
     1.9  
    1.10  USE_ASSIMP = true
    1.11