diff options
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 | 
