From ee38f5210ad64f00edf593c4bdbbb7b6fd662185 Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 30 Jun 2015 19:10:59 +0200 Subject: [PATCH] fixed makefile --- server/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/Makefile b/server/Makefile index 7ece399e..69146133 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,4 +1,6 @@ VERSION = 0.2.1 +SHELL = /bin/bash + CC = /usr/bin/g++ CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I.. LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common