repo.or.cz
/
fbsplash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
core: remove reference to a non-existing field of the theme struct
[fbsplash.git]
/
misc
/
kbd
/
Makefile
blob
fd7f0cb10fd5f4fdc5d4920c9057b01927616deb
1
LIB ?
=
lib
2
3
all
:
fgconsole
4
5
fgconsole
:
fgconsole.o getfd.o
6
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) $+ -
o
$
@
7
8
clean
:
9
rm
-
f
*
.o fgconsole
10
11
install
:
12
install
-
D fgconsole
$(
DESTDIR
)/$(
LIB
)/
splash
/
bin
/
fgconsole
13