diff options
author | pixel <pixel> | 2003-09-10 16:00:01 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-10 16:00:01 +0000 |
commit | ae612d5361b66b7bcbafae3f36d851f7624aaae6 (patch) | |
tree | e32f3b5b3cd8f7670123e50a202a804a7cc9c186 /lib/Makefile | |
parent | 40e45d8948a8b5315c83886b5218543cafae0c4a (diff) |
Starting adding mips stuff
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8dda356..a7d7fe5 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -3,7 +3,7 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB -DUSE_CDREADER -DDEBUG `baltisot-config --cflags` CXX=g++ -OBJECTS = cdutils.o lzss.o yazedc.o cdreader.o cdabstract.o +OBJECTS = cdutils.o lzss.o yazedc.o cdreader.o cdabstract.o mips.o TARGET = lib.a all: ${TARGET} |