Sign in
nest-open-source
/
manifest_repos
/
cryptsetup
/
3a262f0bc7b6e4ef39a61dd64ee5f31e5aef12d3
/
.
/
misc
/
keyslot_checker
/
Makefile
blob: 3b159fdd82ea7cdd22fada64d7579265b50c0b3e [
file
] [
log
] [
blame
]
TARGETS
=
chk_luks_keyslots
CFLAGS
=-
O0
-
g
-
Wall
-
D_GNU_SOURCE
LDLIBS
=-
lcryptsetup
-
lm
CC
=
gcc
all
:
$
(
TARGETS
)
chk_luks_keyslots
:
chk_luks_keyslots
.
o
$
(
CC
)
-
o $@ $
^
$
(
LDLIBS
)
clean
:
rm
-
f
*.
o
*~
core $
(
TARGETS
)
.
PHONY
:
clean