repo.or.cz
/
meinos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use real stdin,stdout and stderr instead of passing data to kernel
[meinos.git]
/
keyboard_layouts
/
Makefile
blob
224f79194e48a657aa1eb5e77dfaa3763207e52f
1
-
include
..
/
Makefile.config
2
3
all
:
de en_us
4
.
/
de
>
..
/
files
/
etc
/
keyboard_layouts
/
de
5
.
/
en_us
>
..
/
files
/
etc
/
keyboard_layouts
/
en_us
6
7
8
de
:
de.c
9
$(
CC
) -
o
$
@
$
^
10
11
en_us
:
en_us.c
12
$(
CC
) -
o
$
@
$
^
13
14
clean
:
15
rm
de en_us