diff options
author | Pixel <Pixel> | 2002-07-19 12:52:47 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-07-19 12:52:47 +0000 |
commit | 492ca575941d0e30b3725bf7a9966cab8df7e238 (patch) | |
tree | 5cd34563c530988291691bd0a2a671e1a416b0e2 /psxdev/Makefile | |
parent | 2d5f7c1052fb4206cc46fffe236ebfcac4ee316f (diff) |
Moved everything in the right place. Cleaner now.
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 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 |