Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / hdd / atad / Makefile
blob072889856864c3fd9852d9a95186214b87aeb07b
1 IOP_BIN = ps2atad.irx
3 IOP_INCS +=
4 IOP_CFLAGS += -Wall -fno-builtin-printf
5 IOP_LDFLAGS += -s
7 IOP_OBJS = atad.o exports.o imports.o
8 IOP_LIBS =
10 all: $(IOP_BIN)
12 clean:
13 rm -f $(IOP_BIN) $(IOP_OBJS)
15 rebuild: clean all
17 run:
18 ps2client -t 1 execiop host:$(IOP_BIN)
21 include $(PS2SDK)/Defs.make
22 include Rules.make