X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=817daffe09fab51ce61409621b199b223c2cfd79;hb=d3401f8f5fbe0b0a7939ce3a8ef680cf5356f9ba;hp=65e3d470849cb9c4aa5b9047d64bc059b5aa2c09;hpb=7b3c578d22e5eebc4d048655da7bc711662e2179;p=eradicate diff --git a/GNUmakefile b/GNUmakefile index 65e3d47..817daff 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ bin = game inc = -Isrc -Isrc/sdl -Isrc/3dgfx -Ilibs/imago/src CFLAGS = $(arch) -pedantic -Wall -g -MMD $(inc) `sdl-config --cflags` -LDFLAGS = $(arch) -Llibs/imago -limago `sdl-config --libs` -lm +LDFLAGS = $(arch) -Llibs/imago -limago $(sdl_ldflags) -lm ifneq ($(shell uname -m), i386) arch = -m32