summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-03 18:40:21 -0700
committerPixel <pixel@nobis-crew.org>2009-08-03 18:40:21 -0700
commita1eb7179ba270ba5183ae3da7689261b03138fed (patch)
tree0531645888ee4bca1c69f4dddc8d08612c49b577 /Makefile
parent5a6c1769f28dae1e6f417b00ba8d7f2fab1c099e (diff)
Removing extract.c tentatively.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6627a74..667b867 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC = gcc
-LD = gcc
+CC = gcc -m32
+LD = gcc -m32
AR = ar rcs
CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I.
@@ -8,7 +8,6 @@ LDFLAGS = -g -lz
SOURCE_LIST = \
MPQCryptography.c \
errors.c \
-extract.c \
lookupa.c \
hashtab.c \
recycle.c \