diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile index 7e14cd9..86792a4 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,7 @@ BINDIR := ./build EXE := $(BINDIR)/blackshades CXXFLAGS := -O2 -Wall -g -I$(SRCDIR) -LDFLAGS := -lSDL -lGL -lGLU -lopenal -lalut - -# Don't want ogg? -#CFLAGS += -DNOOGG -# Got ogg? -LDFLAGS += -lvorbisfile -lvorbis +LDFLAGS := -lSDL -lGL -lGLU -lopenal -lalut -lvorbisfile SRCS := Camera.cpp \ Decals.cpp \ |