Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / iopcore / eesync / Makefile
blobaf47e671813f7782cd98011b06abd77cc6331fa4
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: Makefile 577 2004-09-14 14:41:46Z pixel $
11 IOP_BIN = eesync.irx
12 IOP_OBJS = eesync.o imports.o exports.o
14 IOP_INCS += -I$(PS2SDK)/iop/include
15 IOP_CFLAGS += -Wall -fno-builtin
16 IOP_LDFLAGS += -s
18 all: $(IOP_BIN)
20 clean:
21 -rm -f *.o *.irx
23 include $(PS2SDK)/Defs.make
24 include Rules.make