diff options
author | Pixel <pixel@nobis-crew.org> | 2009-08-03 18:40:21 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-08-03 18:40:21 -0700 |
commit | a1eb7179ba270ba5183ae3da7689261b03138fed (patch) | |
tree | 0531645888ee4bca1c69f4dddc8d08612c49b577 /Makefile | |
parent | 5a6c1769f28dae1e6f417b00ba8d7f2fab1c099e (diff) |
Removing extract.c tentatively.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 \ |