* fix for theme font handling (when switching back to the default theme, the language...
[open-ps2-loader.git] / modules / hdd / hdpro_atad / Makefile
blob3a6e580aa16a396d9b4e94cd204132d9c16d7009
1 IOP_BIN = hdpro_atad.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