Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / wip / lanman / Makefile
blob552915e5ddc35214d135a1c7e6bd26f6e9bffb44
1 IOP_BIN = lanman.irx
3 IOP_INCS +=
4 IOP_CFLAGS += -Wall -fno-builtin-printf
5 IOP_CFLAGS += -DUDPTTY
6 IOP_LDFLAGS += -s
8 IOP_OBJS = lanman.o smap.o arp.o tcp.o inet.o imports.o
9 IOP_OBJS += udptty.o
10 IOP_LIBS =
12 all: $(IOP_BIN)
14 clean:
15 rm -f $(IOP_BIN) $(IOP_OBJS)
17 rebuild: clean all
19 run:
20 ps2client -t 1 execiop host:$(IOP_BIN)
23 include $(PS2SDK)/Defs.make
24 include Rules.make