fixed compilation for some distributions

master
Ahmet Inan 2015-01-19 11:20:01 +01:00
rodzic b0ad979240
commit 8c9d4cda16
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
CFLAGS = -g -DUP=0 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -fcx-limited-range -fsingle-precision-constant $(shell sdl-config --cflags)
LDFLAGS = -lm -lasound $(shell sdl-config --libs)
LDLIBS = -lm -lasound $(shell sdl-config --libs)
all: encode decode debug