]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
There's really no reason to use ccache with this.
[lugaru.git] / makefile
index 2e74c4f2bb11d79408beb210e1eb722c5f69cac9..9f3ef967bf056e4d7a7db4dbbdd15e1237f90d24 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,8 +17,8 @@ LIBVORBISDIR := libvorbis-1.0.1
 
 EXE := $(RUNDIR)/lugaru-bin
 
-CXX := ccache /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++
-CC := ccache /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/gcc
+CXX := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++
+CC := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/gcc
 #CXX := g++
 #CC := gcc
 LD := /opt/crosstool/gcc-4.1.2-glibc-2.3.6/i686-unknown-linux-gnu/i686-unknown-linux-gnu/bin/g++
@@ -218,6 +218,7 @@ GLUSRCS := \
        geom.c \
        memalloc.c \
        mesh.c \
+       mipmap.c \
        normal.c \
        priorityq.c \
        render.c \