mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Makefile for libjpeg
This commit is contained in:
parent
3fc551e45e
commit
1f6319f005
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ INCD := $(DEVKITPRO)/libogc/include
|
|||
LIBD := $(DEVKITPRO)/libogc/lib/wii
|
||||
|
||||
MACHDEP := -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
||||
CFLAGS := -O2 $(MACHDEP) -I $(INCD)
|
||||
CFLAGS := -O2 $(MACHDEP)
|
||||
|
||||
LIB := jpeg
|
||||
SRC := $(shell ls *.c)
|
||||
|
|
Loading…
Reference in a new issue