diff options
Diffstat (limited to 'psxdev')
-rw-r--r-- | psxdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psxdev/Makefile b/psxdev/Makefile index fb1cc78..0ddfc4f 100644 --- a/psxdev/Makefile +++ b/psxdev/Makefile @@ -3,7 +3,7 @@ TARGETS=xadecode.o bs.o idctfst.o jfdctint.o vlc.o CC=gcc -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I.. +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes # -Werror # -pedantic-errors |