Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyserial
/
490a5c7b018f7ac7a7d2e0482ddb51e22ee712f7
/
.
/
pyparallel
/
src
/
win32
/
makefile
blob: fad59ee8b5d1de4817633f2dd1d9e95816069ba6 [
file
] [
log
] [
blame
]
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