mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-24 08:30:16 +01:00
fixed compilation for some distributions
This commit is contained in:
parent
b0ad979240
commit
8c9d4cda16
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue