index
:
lpass
master
Simple implementation of lesspass in C.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: b6fd30e17b63f40ff07e31e14fadde9094911943 (
about
) (
plain
)
1
2
3
4
5
CC = gcc CFLAGS = -O2 -Wall lpass: lpass.c $(CC) $(CFLAGS) -lcrypto -o lpass lpass.c