Sign in
plan9port
/
plan9
/
b3a110affa33f0a3c96e06438047913f2db90c91
/
.
/
src
/
cmd
/
rio
/
showevent
/
Makefile
blob: 9e70f565955a40226fb8dfe4fd7935b7ead379db [
file
] [
log
] [
blame
]
CFLAGS
=
-
g
INCLUDE
=
-
I
/
global
/
include
LFLAGS
=
-
L
/
global
/
lib
OBJS
=
ShowEvent
.
o sample
.
o
LIBS
=
-
lX11
all
:
sample
.
c
.
o
:
$
(
CC
)
$
(
INCLUDE
)
$
(
CFLAGS
)
-
c $
<
sample
:
$
(
OBJS
)
$
(
CC
)
$
(
LFLAGS
)
$
(
OBJS
)
$
(
LIBS
)
-
o sample