repo.or.cz
/
easyotp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Integrate add_pad() into load_pad(), since it won't ever be called otherwise.
[easyotp.git]
/
Makefile
blob
19a58cf67a06d464b2a80d20e5bb1797d1c0d592
1
CC
=
gcc
2
CFLAGS
=-
g
-
Wall
-
pedantic
3
LDFLAGS
=-
g
4
5
libotp
:
libotp.c
6
7
.c
:
8
$(
CC
) $(
CFLAGS
) $
@.c
$(
LDFLAGS
) -
o
$
@