repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Staging: remove wusbcore and UWB from the kernel tree.
[linux/fpc-iii.git]
/
tools
/
laptop
/
freefall
/
Makefile
blob
b572d94255f66c518ebd201eab3fb80b8735d0d4
1
# SPDX-License-Identifier: GPL-2.0
2
PREFIX ?
= /
usr
3
SBINDIR ?
=
sbin
4
INSTALL ?
=
install
5
6
TARGET
=
freefall
7
8
all
: $(
TARGET
)
9
10
%: %
.c
11
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
o
$
@
$<
12
13
clean
:
14
$(
RM
) $(
TARGET
)
15
16
install
:
freefall
17
$(
INSTALL
) -
D
-
m
755
$(
TARGET
) $(
DESTDIR
)$(
PREFIX
)/$(
SBINDIR
)/$(
TARGET
)