Archived
1
0
Fork 0

Makefile: Fix build

This commit is contained in:
neingeist 2016-08-07 15:18:24 +02:00
parent 055f7a0c76
commit c891b125ce

View file

@ -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