diff options
author | Pixel <Pixel> | 2002-07-21 11:52:56 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-07-21 11:52:56 +0000 |
commit | cbee971a2e8929924f63535d174637106620eae3 (patch) | |
tree | 6ea7249ad3996c6e750deb9814991e9005887449 /MegamanX5/Makefile | |
parent | 6528f07c516efe4d3b344f01740067878d5d9a43 (diff) |
Prlorf
Diffstat (limited to 'MegamanX5/Makefile')
-rwxr-xr-x | MegamanX5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MegamanX5/Makefile b/MegamanX5/Makefile index c655df9..74bec9e 100755 --- a/MegamanX5/Makefile +++ b/MegamanX5/Makefile @@ -7,8 +7,8 @@ TARGET = unarc all: ${TARGET} -unarc: unarc.o ../includes/fileutils.h ../lib/fileutils.cpp ../includes/generic.h ../lib/generic.cpp Makefile - ${CXX} ${LDFLAGS} unarc.o ../lib/fileutils.o ../lib/generic.o -o unarc +unarc: unarc.o ../includes/fileutils.h ../includes/generic.h Makefile + ${CXX} ${LDFLAGS} unarc.o ../generic/generic.a -o unarc clean: rm -f *.o ${TARGET} compil.c |