adding i18n strings
[open-ps2-loader.git] / modules / network / SMSMAP / Makefile
blobd19a24158f8409027ff5fbb429f70c95a610b796
1 IOP_BIN = SMSMAP.irx
2 IOP_OBJS = main.o smap_opt.o smap.o imports.o
3 IOP_LIBS =
5 IOP_INCS +=
6 IOP_CFLAGS += -Wall -fno-builtin -DFORCE_100M_FD
7 IOP_ASFLAGS +=
8 IOP_LDFLAGS += -s
11 all: $(IOP_BIN)
13 clean:
14 rm -f $(IOP_BIN) $(IOP_OBJS)
16 rebuild: clean all
18 run:
19 ps2client -t 1 execiop host:$(IOP_BIN)
22 include $(PS2SDK)/Defs.make
23 include Rules.make