Generates time-based one time use passwords, use it anywhere you might have a filesystem. Fixes #45
5 lines
97 B
Makefile
5 lines
97 B
Makefile
SRC_CC = vfs.cc
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/gtotp
|
|
SHARED_LIB = yes
|
|
|
|
LIBS += cryptopp stdcxx
|