fix for corrupted graphics when manipulating config files
[open-ps2-loader.git] / modules / cdvd / discID / Makefile
blobb78a039592721fc22ad922fb3a718715ce1dc1e2
1 # _____ ___ ____ ___ ____
2 # ____| | ____| | | |____|
3 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4 #-----------------------------------------------------------------------
5 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6 # Licenced under Academic Free License version 2.0
7 # Review ps2sdk README & LICENSE files for further details.
9 # $Id: $
11 IOP_BIN = discID.irx
12 IOP_OBJS = discID.o imports.o
14 ifeq ($(DEBUG),1)
15 DEBUG_FLAGS = -DDEBUG
16 endif
18 IOP_INCS += -I$(PS2SDK)/iop/include
19 IOP_CFLAGS += -Wall -fno-builtin $(DEBUG_FLAGS)
20 IOP_LDFLAGS += -s
22 all: $(IOP_BIN)
24 clean:
25 -rm -f *.o *.irx
27 include $(PS2SDK)/Defs.make
28 include Rules.make