X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=eradicate;a=blobdiff_plain;f=GNUmakefile;h=73f7938914d301b71395fe5748a3b199132d8a0f;hp=0468c6199fef94d2b9682ae1ac63eff3d1716b6a;hb=HEAD;hpb=ca4cf08917d2c51d7a98c4cea6dae71c0ae7225d diff --git a/GNUmakefile b/GNUmakefile index 0468c61..73f7938 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,10 +5,11 @@ obj = $(csrc:.c=.o) $(asmsrc:.asm=.o) dep = $(obj:.o=.d) bin = game +def = -DUSE_MMX inc = -Isrc -Isrc/sdl -Isrc/3dgfx -Ilibs/imago/src warn = -pedantic -Wall -CFLAGS = $(arch) $(warn) -g -MMD $(inc) `sdl-config --cflags` +CFLAGS = $(arch) $(warn) -g -MMD $(def) $(inc) `sdl-config --cflags` LDFLAGS = $(arch) -Llibs/imago -limago $(sdl_ldflags) -lm ifneq ($(shell uname -m), i386)