repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
modules
/
wip
/
lanman
/
Makefile
blob
552915e5ddc35214d135a1c7e6bd26f6e9bffb44
1
IOP_BIN
=
lanman.irx
2
3
IOP_INCS
+=
4
IOP_CFLAGS
+= -
Wall
-
fno-builtin-printf
5
IOP_CFLAGS
+= -
DUDPTTY
6
IOP_LDFLAGS
+= -
s
7
8
IOP_OBJS
=
lanman.o smap.o arp.o tcp.o inet.o imports.o
9
IOP_OBJS
+=
udptty.o
10
IOP_LIBS
=
11
12
all
: $(
IOP_BIN
)
13
14
clean
:
15
rm
-
f
$(
IOP_BIN
) $(
IOP_OBJS
)
16
17
rebuild
:
clean all
18
19
run
:
20
ps2client
-
t
1
execiop host
:$(
IOP_BIN
)
21
22
23
include
$(
PS2SDK
)/
Defs.make
24
include
Rules.make