repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Directional switching
[openbox.git]
/
tests
/
Makefile
blob
9fc5fe8104114b16d0d65a18905cab4eccb64dc8
1
files
=$(
wildcard
*
.c
)
2
3
all
: $(
files
:
.c
=)
4
5
%: %
.c
6
$(
CC
)
`pkg-config --cflags --libs glib-2.0`
$(
CFLAGS
) -
o
$
@
$
^
-
lX11
-
lXext
-
L
/
usr
/
X11R6
/
lib
-
I
/
usr
/
X11R6
/
include