Makefile: Fix build
This commit is contained in:
parent
055f7a0c76
commit
c891b125ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CC=gcc
|
CC=gcc
|
||||||
LDFLAGS=`sdl-config --libs`
|
LDFLAGS=`sdl-config --libs` -lm
|
||||||
CFLAGS=-O3 -Wall -g `sdl-config --cflags`
|
CFLAGS=-O3 -Wall -g `sdl-config --cflags`
|
||||||
|
|
||||||
all: cscape maptest
|
all: cscape maptest
|
||||||
|
|
Reference in a new issue