diff options
author | pixel <pixel> | 2003-06-20 14:08:16 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-06-20 14:08:16 +0000 |
commit | 30f218eb43414407ff8fad136ac1b14d419c29b5 (patch) | |
tree | 1e4c1dd71272f861daf90baced75fa604cdbf168 /psxdev/Makefile | |
parent | 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 (diff) |
Compiling again
Diffstat (limited to 'psxdev/Makefile')
-rw-r--r-- | psxdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psxdev/Makefile b/psxdev/Makefile index bca0c5a..3a62c72 100644 --- a/psxdev/Makefile +++ b/psxdev/Makefile @@ -4,7 +4,7 @@ OBJECTS = xadecode.o bs.o idctfst.o jfdctint.o vlc.o TARGETS = psxdev.a CC=gcc -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes `baltisot-config --cflags` # -Werror # -pedantic-errors |