- fixed typos in csprite's code generator for nasm
[dosdemo] / libs / anim / GNUmakefile
index b795392..55fe6c0 100644 (file)
@@ -2,7 +2,7 @@ src = $(wildcard src/*.c)
 obj = $(src:.c=.o)
 alib = libanim.a
 
-CFLAGS = -Wno-main -g -I.. -I../../src
+CFLAGS = -m32 -Wno-main -g -I.. -I../../src
 
 $(alib): $(obj)
        $(AR) rcs $@ $(obj)