Sign in
fuchsia
/
third_party
/
github.com
/
pyserial
/
pyserial
/
c323f1faf74302209d73c6752d4f68a82a93541b
/
.
/
pyparallel
/
src
/
win32
/
makefile
blob: fad59ee8b5d1de4817633f2dd1d9e95816069ba6 [
file
]
CFLAGS
=
-
mno
-
cygwin
-
mdll
-
O
-
Wall
.
PHONY
:
clean FORCE
simpleio
.
dll
:
simpleio
.
o
gcc
-
mno
-
cygwin
-
mdll
-
static
-
s $
^
-
Wl
,--
export
-
all
-
symbols
,--
kill
-
at
-
o $@
clean
:
rm
-
f simpleio
.
dll simpleio
.
o