diff options
| author | pixel <pixel> | 2007-07-06 16:22:15 +0000 | 
|---|---|---|
| committer | pixel <pixel> | 2007-07-06 16:22:15 +0000 | 
| commit | 36fd1a3846fcb08abdf5dafcd6703586b51e369e (patch) | |
| tree | 8d1601b798224bfa426c41d005f3adb2ac8ab9fe /Makefile | |
| parent | 9e61ac4e3d435a530cdff0170975f7759c50b02d (diff) | |
Various progress.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -4,11 +4,13 @@ AR = ar rcs  CPPFLAGS = -g -Wall -Werror  SOURCE_LIST = \ +MPQCryptography.c \  errors.c \  extract.c \  mpq-bios.c \ -MPQCryptography.c \  mpq-errors.c \ +mpq-misc.c \ +  TARGET = mpqlib.a | 
